Support for <meta> attributes

This commit is contained in:
2026-07-20 20:31:25 +10:00
parent eff5313f26
commit b4750b9053
7 changed files with 34 additions and 16 deletions

29
client/header_bottom.html Normal file
View File

@@ -0,0 +1,29 @@
</head>
<body>
<div class="postbox">
<form action="/make_post" method="post">
<div>
<label for="username">Username:</label>
<input name="username" id="username" />
</div>
<br>
<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>
</div>