forked from root/threadr.lostcave.ddnss.de
17 lines
515 B
HTML
17 lines
515 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<p></p>
|
||
|
%STYLESHEET%
|
||
|
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?-->
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="form">
|
||
|
<form action="%CONTENT_DIR%/boards/post.php" method="post">
|
||
|
<input type="text" name="post" maxlength="65535" placeholder="You can contribute to the conversation here. Tell us your story in up to 65535 characters..."/>
|
||
|
<input type="submit" value="Post">
|
||
|
</form>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|