add three.js test scene

This commit is contained in:
CJSatnarine
2026-03-23 09:06:35 -04:00
parent d23ab2de05
commit 63cb5300fe
7 changed files with 85 additions and 16 deletions

7
templates/index.html Normal file
View File

@@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
<script type="module" src="/scripts/main.js"></script>
{% endblock content %}