Refactor: Point script tag to dash.ts

Co-authored-by: gemini-3.7-flash <noreply@google.com>
This commit is contained in:
2026-08-25 07:41:54 -07:00
parent e1af5479cd
commit b47925afb3

View File

@@ -27,6 +27,6 @@
<p id="notice"> <p id="notice">
notice: some platforms restrict Ø width characters. notice: some platforms restrict Ø width characters.
</p> </p>
<script src="dash.js" type="module"></script> <script src="dash.ts" type="module"></script>
</body> </body>
</html> </html>