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.
|
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset="utf-8">
- <title>Macrovision</title>
- <link rel="stylesheet" href="reset.css">
- <link rel="stylesheet" href="macrovision.css">
- <meta name="theme-color" content="#000000" />
- <meta name="description" content="How big are they anyway?" />
- <meta property="og:title" content="Macrovision" />
- <meta property="og:description" content="How big are they anyway?" />
- <meta property="og:image" content="https://crux.sexy/images/macrovision.png" />
- <link rel="icon" href="https://crux.sexy/images/macrovision.ico">
- </head>
-
- <body>
- <div id="menubar">
- this is a menu
- </div>
- <div id="world">
- <div class="entity">
- I'm a box
- </div>
- <canvas id="display">
- </canvas>
- </div>
- </body>
- </html>
|