less copy protection, more size visualization
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <!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>
|