Files
chookchat/client/header_bottom.html

30 lines
953 B
HTML

</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>