yay initial commit

This commit is contained in:
2026-07-20 10:57:07 +10:00
commit e1751a3ece
18 changed files with 22476 additions and 0 deletions

28
client/header.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<title>posts</title>
</head>
<body>
<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"></textarea>
</div>
<br>
<div>
<button>Post</button>
</div>
</form>
<h1>posts</h1>