state test working, added random experimental html

This commit is contained in:
metacryst
2025-12-26 01:36:04 -06:00
parent b08e2767f6
commit c4560aba37
5 changed files with 302 additions and 21 deletions

View File

@@ -6,13 +6,6 @@
<link rel="stylesheet" href="">
<script src="../index.js"></script>
<script src="test.js" type="module"></script>
<script type="module">
import Home from "./Pages/home.js";
window.routes = {
"/Test": Home
}
</script>
</head>
<body style="background: rgb(242, 194, 147)">