HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>