design navbar for client

This commit is contained in:
2026-07-21 07:08:49 +10:00
parent fa20bf7fc4
commit 68558973f2
3 changed files with 46 additions and 0 deletions

View File

@@ -1,5 +1,16 @@
</head>
<body>
<nav>
<div id="brand">
<h2><a href="/">chookchat</a></h2>
</div>
<ul>
<li><a href="/">home</a></li>
<li><a href="/login">login</a></li>
</ul>
</nav>
<div class="postbox">
<form action="/make_post" method="post">
<div>