added replies

This commit is contained in:
Mystikfluu
2022-04-26 19:43:59 +02:00
parent 182ff8fcad
commit ab8c16dc82
2 changed files with 65 additions and 23 deletions
+2 -1
View File
@@ -11,7 +11,8 @@
<body>
<div class="self">
Username: <span class="Username" id="username-self"></span> <br>
<textarea name="name" id="post-text" rows="8" cols="80"></textarea> <br>
<textarea name="name" id="post-text" rows="8" cols="80"></textarea>
<br>
<button type="button" name="button" id="post-btn">Post</button>
</div>
<div class="posts" id="posts"></div>