Add some UI

This commit is contained in:
schmelczerandras 2020-09-18 15:25:34 +02:00
parent bda081b092
commit 90aa5f94e2
3 changed files with 63 additions and 9 deletions

View file

@ -3,12 +3,23 @@
<head>
<meta charset="utf-8" />
<title>Test</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<noscript>
<h1>Javascript is required for this website.</h1>
</noscript>
<div id="info">
<h1>
<a href="https://github.com/schmelczerandras/sdf-2d" target="_BLANK">SDF-2D</a>
</h1>
</div>
<button id="remove-clutter">Hide text</button>
<div id="overlay"></div>
<canvas id="main"></canvas>
</body>
</html>