main #3
2 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="fonts.css" />
|
<link rel="stylesheet" type="text/css" href="fonts.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="flex flex-col min-h-screen m-0 bg-gradient-to-br from-yellow-400 to-green-900">
|
<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>
|
<script src="main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,4 +1,5 @@
|
||||||
import
|
import
|
||||||
|
os,
|
||||||
happyx,
|
happyx,
|
||||||
path_params,
|
path_params,
|
||||||
components/[nav, glass, read]
|
components/[nav, glass, read]
|
||||||
|
@ -14,4 +15,4 @@ appRoutes("app"):
|
||||||
|
|
||||||
notfound:
|
notfound:
|
||||||
component Nav
|
component Nav
|
||||||
component Glass("Page diverges.")
|
component Glass("404 page diverges.")
|
Loading…
Add table
Reference in a new issue