This commit is contained in:
array-in-a-matrix 2024-01-09 21:14:33 -05:00
parent 10f70a1bef
commit 308e58721a
2 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@
<link rel="stylesheet" type="text/css" href="fonts.css" />
</head>
<body class="flex flex-col min-h-screen m-0 bg-gradient-to-br from-yellow-400 to-green-900">
<main id="app" class="flex flex-1 w-full max-sm:flex-col noise"></main>
<main id="app" class="flex flex-1 w-full max-sm:flex-col"></main>
<script src="main.js"></script>
</body>
</html>

View file

@ -1,4 +1,5 @@
import
os,
happyx,
path_params,
components/[nav, glass, read]
@ -14,4 +15,4 @@ appRoutes("app"):
notfound:
component Nav
component Glass("Page diverges.")
component Glass("404 page diverges.")