Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 1.08 KB

template.md

File metadata and controls

30 lines (29 loc) · 1.08 KB
<!DOCTYPE html>
<html>
<head>
  <title>Sphinx Scroller</title>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  <link rel="stylesheet" href="https://soccerJoshNumberNine.github.io/sphinx/main.css"/>
  <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"/>
  <link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-blue-grey.css"/>
  <style>
    /* All contents of this style tag are NOT essential to the proper functioning of sphinx!!! */
    .halo {
      background-image: url('https://content.halocdn.com/media/Default/games/halo-5-guardians/page/h5-guardians-facebook-1200x630-ba103624b3f34af79fe8cb2d340dce3f.jpg');
    }
    
    .roblox {
      background-image: url('https://images.rbxcdn.com/d66ae37d46e00a1ecacfe9531986690a.jpg');
    }
  </style>
</head>
<body>
  <div class="frame" id="page">
    <div class="phade halo"></div>
    <div class="phade roblox"></div>
    <div class="spacer"></div>
  </div>
  <script src="https://soccerJoshNumberNine.github.io/sphinx/sphinx.js"></script>
</body>
</html>