yay initial commit
This commit is contained in:
2
client/footer.html
Normal file
2
client/footer.html
Normal file
@@ -0,0 +1,2 @@
|
||||
</body>
|
||||
</html>
|
||||
28
client/header.html
Normal file
28
client/header.html
Normal 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>
|
||||
Reference in New Issue
Block a user