Separate parserender test, small template additions and fixes
This commit is contained in:
17
index.html
17
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user