3d-realm/index.html

14 lines
259 B
HTML
Raw Normal View History

2023-08-02 00:05:20 +10:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2023-08-02 00:26:32 +10:00
<title>another three.js app</title>
2023-08-02 00:05:20 +10:00
<style>
body { margin: 0; }
</style>
</head>
<body>
2023-08-02 12:45:25 +10:00
<div id="container"></div>
2023-08-02 00:05:20 +10:00
<script type="module" src="/main.js"></script>
</body>
</html>