Add some UI
This commit is contained in:
parent
bda081b092
commit
90aa5f94e2
3 changed files with 63 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue