Select Git revision
index.html 250 B
<style>
body{
margin:0;
background: #1a1a1a;
}
#c {
position:fixed;top:50%;left:50%;translate:-50% -50%;
image-rendering: pixelated;
}
</style>
<canvas id="c"></canvas>
<script src="./main.js"></script>