File: D:/HostingSpaces/SBogers10/configurator.komma.pro/wwwroot/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>My first three.js app</title>
<style>
body { margin: 0; }
canvas { width: 100%; height: 100% }
.controls { position: fixed; top: 20px; left: 20px; }
.controls button { font-size: 2rem; padding: 0.4rem 1rem;}
</style>
</head>
<body>
<div class="controls">
<button class="add-block js-add">Voeg toe</button>
<button class="rotate-left js-rotate-left"><<</button>
<button class="rotate-right js-rotate-right">>></button>
</div>
<script src="main.js"></script>
</body>
</html>