Files
chookchat/client/header_bottom.html

30 lines
953 B
HTML
Raw Normal View History

2026-07-20 10:57:07 +10:00
</head>
<body>
2026-07-20 11:48:27 +10:00
<div class="postbox">
<form action="/make_post" method="post">
<div>
<label for="username">Username:</label>
<input name="username" id="username" />
</div>
2026-07-20 10:57:07 +10:00
<br>
2026-07-20 11:48:27 +10:00
<div>
<label for="password">Password:</label>
<input type="password" name="password" id="password" />
</div>
<br>
<div>
<label for="post">Post contents:</label>
<br>
<textarea name="post" id="post" rows="10"></textarea>
</div>
<br>
<div>
<button>Post</button>
</div>
</form>
</div>
<div id="posts">
<div id="posts-header">
<h1>posts</h1>
2026-07-20 10:57:07 +10:00
</div>