mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-03-07 14:06:41 +08:00
25 lines
371 B
HTML
25 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf8">
|
|
<title>ObjToSchematic</title>
|
|
<link rel="stylesheet" href="./styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="column-properties" id="properties">
|
|
</div>
|
|
|
|
<div class="column-canvas">
|
|
<canvas id="canvas"></canvas>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
|
|
<script>
|
|
require("./dist/client.js");
|
|
</script>
|
|
|
|
</html> |