+2
-3
appview/pages/templates/layouts/topbar.html
+2
-3
appview/pages/templates/layouts/topbar.html
···
2
2
<nav class="space-x-4 mb-4 px-6 py-2 rounded bg-white drop-shadow-sm">
3
3
<div class="container flex justify-between p-0">
4
4
<div id="left-items">
5
-
<a href="/" hx-boost="true" class="flex gap-2">
6
-
<i class="w-6 h-6" data-lucide="tangent"></i>
7
-
tangled.sh
5
+
<a href="/" hx-boost="true" class="flex gap-2 font-semibold italic">
6
+
tangled
8
7
</a>
9
8
</div>
10
9
<div id="right-items" class="flex gap-2">
+1
-1
appview/pages/templates/timeline.html
+1
-1
appview/pages/templates/timeline.html
···
18
18
19
19
{{ define "hero" }}
20
20
<div class="flex flex-col items-center justify-center text-center rounded drop-shadow bg-white text-black py-4 px-10">
21
-
<div class="font-bold text-4xl mb-4">
21
+
<div class="font-bold italic text-4xl mb-4">
22
22
tangled
23
23
</div>
24
24
<div class="italic text-lg">
+1
-1
appview/pages/templates/user/login.html
+1
-1
appview/pages/templates/user/login.html
···
13
13
</head>
14
14
<body class="flex items-center justify-center min-h-screen">
15
15
<main class="max-w-64">
16
-
<h1 class="text-center text-2xl font-semibold">tangled.sh</h1>
16
+
<h1 class="text-center text-2xl font-semibold italic">tangled</h1>
17
17
<form
18
18
class="w-full"
19
19
hx-post="/login"