less copy protection, more size visualization
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

31 Zeilen
855 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Macrovision</title>
  6. <link rel="stylesheet" href="reset.css">
  7. <link rel="stylesheet" href="macrovision.css">
  8. <script src="macrovision.js"></script>
  9. <meta name="theme-color" content="#000000" />
  10. <meta name="description" content="How big are they anyway?" />
  11. <meta property="og:title" content="Macrovision" />
  12. <meta property="og:description" content="How big are they anyway?" />
  13. <meta property="og:image" content="https://crux.sexy/images/macrovision.png" />
  14. <link rel="icon" href="https://crux.sexy/images/macrovision.ico">
  15. </head>
  16. <body>
  17. <div id="menubar">
  18. <div class="menu-item">This will be a menu at some point</div>
  19. </div>
  20. <div id="world">
  21. <div id="entities">
  22. </div>
  23. <canvas id="display">
  24. </canvas>
  25. </div>
  26. </body>
  27. </html>