ObjToSchematic/index.html
2022-01-16 19:52:35 +00:00

25 lines
415 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>ObjToSchematic Convert 3D models into Minecraft builds</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>