Separate parserender test, small template additions and fixes

This commit is contained in:
metacryst
2024-05-02 15:38:02 -05:00
parent fae1797c1c
commit 99be6cba99
6 changed files with 78 additions and 59 deletions

View File

@@ -5,18 +5,13 @@
<link rel="icon" href="">
<link rel="stylesheet" href="">
<script src=""></script>
<script type="module" src="https://server.parchment.page/quill.js"></script>
<script src="Quill/index.js"></script>
<script type="module">
// EXAMPLE ROUTES
// import President from "./Web/President/President.js";
// import RepublicanPrimaries from "./Web/President/RepublicanPrimaries.js";
// import MyRepresentatives from "./Web/myRepresentatives/MyRepresentatives.js";
// window.routes = {
// "/": President,
// "/exampleone": RepublicanPrimaries,
// "/exampletwo/examplethree": MyRepresentatives
// }
import Home from "./app.js"
window.routes = {
"/": Home
}
</script>
</head>
<body>