aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-04-28 23:44:44 -0400
committerSamuel Johnson <[email protected]>2025-04-28 23:44:44 -0400
commit9740fa9899a48837adbdb3877256a655fdca41a7 (patch)
tree3bae2a67ed79f83f082dd8333eb93ebab23b83fe
parent54309fcde24e6ff49f414519ffb53b9321be4c59 (diff)
Pick UI component fraework
-rw-r--r--ui/html/base.tmpl.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html
index 6b05b70..f3d618d 100644
--- a/ui/html/base.tmpl.html
+++ b/ui/html/base.tmpl.html
@@ -4,11 +4,13 @@
<head>
<meta charset="UTF-8">
<title>{{template "title" .}} - Paterissa</title>
+ <link rel="stylesheet" href="https://unpkg.com/7.css">
</head>
<body>
<header>
- <h1><a href="/">Paterissa</a></h1>
+ <h1>Paterissa</h1>
</header>
+ <hr>
<main>
{{template "main" .}}
</main>