Advertisement
StuffBySpencer

Superpowers Custom Loading Screen - HTML

Dec 8th, 2016
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. <!DOCTYPE html><html><head><meta charset="utf-8">
  2. <link rel="stylesheet" href="index.css"></head><body>
  3. <canvas tabindex="-1"></canvas>
  4. <div id="loading">
  5. <!--<img src="images/loadingScreen.gif" draggable="false">-->
  6. <div id="loadingText" ><h1 id="L" >L</h1><h1 id="O" >O</h1><h1 id="A" >A</h1><h1 id="D" >D</h1><h1 id="I" >I</h1><h1 id="N" >N</h1><h1 id="G" >G</h1></div>
  7. <progress max="100" value="0"></progress>
  8. </div>
  9. <script src="SupCore.js"></script>
  10. <script src="SupEngine.js"></script>
  11. <script src="SupRuntime.js"></script>
  12. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement