less copy protection, more size visualization
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

30 lines
780 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. <meta name="theme-color" content="#000000" />
  9. <meta name="description" content="How big are they anyway?" />
  10. <meta property="og:title" content="Macrovision" />
  11. <meta property="og:description" content="How big are they anyway?" />
  12. <meta property="og:image" content="https://crux.sexy/images/macrovision.png" />
  13. <link rel="icon" href="https://crux.sexy/images/macrovision.ico">
  14. </head>
  15. <body>
  16. <div id="menubar">
  17. this is a menu
  18. </div>
  19. <div id="world">
  20. <div class="entity">
  21. I'm a box
  22. </div>
  23. <canvas id="display">
  24. </canvas>
  25. </div>
  26. </body>
  27. </html>