Pavel Dobryakov bc2e226648 wohoo
2017-08-23 00:42:38 +03:00

25 lines
487 B
HTML

<html>
<head>
<style>
html, body {
overflow: hidden;
}
body {
margin: 0;
position: absolute;
width: 100%;
height: 100%;
}
canvas {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<canvas></canvas>
<script src="./script.js"></script>
</body>
</html>