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.
|
- <html>
- <head>
- <meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
- <style>
- body {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-family: monospace;
- white-space: pre;
- background: #333333;
- }
- #render-canvas {
- background: #101010;
- padding: 1em;
- }
- </style>
- </head>
- <body>
- <canvas id="render-canvas"></canvas>
- <script src='bootstrap.js'></script>
- </body>
- </html>
|