threadr.lostcave.ddnss.de/threadr/boards/post.php

30 lines
946 B
PHP
Raw Normal View History

<?php
session_start();
%PLEAZE_NO_CACHE%
%NO_CHEAP_SESSION_STEALING%
$navbar="boards";
?>
<!DOCTYPE html>
<html>
<head>
2020-03-04 08:22:30 +01:00
<p></p>
<title>ThreadR - Create Post</title>
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
%NAVBAR%
<div class="container">
<div class="item-1">
<h1><center>ThreadR Post</center></h1>
</div>
2020-03-04 08:21:10 +01:00
<div class="item-2 form">
<form action="%CONTENT_DIR%/boards/" method="post">
2020-03-04 08:35:10 +01:00
<input type="text" name="post" maxlength="2000" placeholder="What happened today? Tell me your story in 2000 characters..."/>
2020-03-04 08:26:27 +01:00
<input type="submit" value="Post">
2020-03-04 08:21:10 +01:00
</form>
</div>
</div>
</body>
</html>