3d-realm/index.html
Simple_Not 4170b029b6 asf
2023-08-02 00:05:20 +10:00

13 lines
231 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My first three.js app</title>
<style>
body { margin: 0; }
</style>
</head>
<body>
<script type="module" src="/main.js"></script>
</body>
</html>