26 lines
755 B
HTML
26 lines
755 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Quill</title>
|
|
<link rel="icon" href="">
|
|
<link rel="stylesheet" href="">
|
|
<script src=""></script>
|
|
<script type="module" src="https://server.parchment.page/quill.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
|
|
// }
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|