main #3

Merged
array-in-a-matrix merged 17 commits from main into hpx-spa 2024-01-10 19:49:12 -05:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 308e58721a - Show all commits

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.")