Personal website
1@*
2 This file is part of NKK.
3
4 NKK is free software: you can redistribute it and/or modify it under the
5 terms of the GNU Affero General Public License as published by the Free
6 Software Foundation, either version 3 of the License, or (at your option)
7 any later version.
8
9 NKK is distributed in the hope that it will be useful, but WITHOUT ANY
10 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11 FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
12 more details.
13
14 You should have received a copy of the GNU Affero General Public License
15 along with NKK. If not, see <http://www.gnu.org/licenses/>.
16*@
17
18<nav class="n-box mt-2! w-full">
19 <div>
20 @* maybe make this a list... *@
21 <div class="float-left flex gap-4">
22 <a href="/">Home</a>
23 <a href="/sayings">Posts</a>
24 <a href="/museum">Museum</a>
25 </div>
26 <div class="float-right">
27 <a
28 class="text-blue-600 underline"
29 href="https://git.helpimnotdrowning.net/helpimnotdrowning/NKK"
30 target="_blank"
31 >
32 running helpimnotdrowning/NKK
33 </a>
34 </div>
35 </div>
36</nav>