less copy protection, more size visualization
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!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>
|