„threadr/boards/post.php“ ändern

master
Erik 2020-03-04 08:21:10 +01:00
parent 6a52ca8025
commit a9dfd9198f
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,11 @@ $navbar="boards";
<div class="item-1">
<h1><center>ThreadR Post</center></h1>
</div>
<div class="item-2 form">
<form action="%CONTENT_DIR%/boards/" method="post">
<input type="text" name="post" maxlength="2000" placeholder="What happened today?"/>
</form>
</div>
</div>
</body>
</html>