forked from chookspace/chookchat
Support for <meta> attributes
This commit is contained in:
29
client/header_bottom.html
Normal file
29
client/header_bottom.html
Normal 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>
|
||||
Reference in New Issue
Block a user