Advertisement
Guest User

for the harrison

a guest
Jul 18th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6.  
  7. <title>Space Game of the Century!</title>
  8.  
  9. <link rel="shortcut icon" href="br.png" />
  10. <link rel="stylesheet" href="gameStyle.css"/>
  11.  
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
  13. <script src="gameScript.js"></script>
  14. </head>
  15.  
  16.  
  17.  
  18. <body>
  19. <!-- TOP SECTION -->
  20. <div id="title">
  21.  
  22. </div>
  23. <!-- MIDDLE SECTION -->
  24. <div id="center">
  25. <!-- LEFT -->
  26. <div id="controls" class="middle student">
  27.  
  28. </div>
  29. <!-- CENTER -->
  30. <div id="game" class="middle">
  31. <div style="position:relative;height:0;padding-bottom:117.6%;overflow:hidden;"><iframe style="position:absolute;top:0;left:0;width:100%;height:100%;" src="https://arcade.makecode.com/---run?id=_C8jL503mAVeJ" allowfullscreen="allowfullscreen" sandbox="allow-popups allow-forms allow-scripts allow-same-origin" frameborder="0"></iframe></div>
  32. </div>
  33.  
  34. <!-- RIGHT -->
  35. <div id="about" class="middle student">
  36.  
  37. </div>
  38. </div>
  39. <!-- BOTTOM SECTION -->
  40. <div id="images">
  41.  
  42. </div>
  43. </body>
  44.  
  45.  
  46.  
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement