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.
|
- <!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">
- <script src="macrovision.js"></script>
- <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">
- <div class="menu-item">This will be a menu at some point</div>
- </div>
- <div id="world">
- <div id="entities">
-
- </div>
- <canvas id="display">
- </canvas>
- </div>
- </body>
- </html>
|