forked from root/threadr.lostcave.ddnss.de
„threadr/boards/post.php“ hinzufügen
parent
e2b7320103
commit
6a52ca8025
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
session_start();
|
||||
%PLEAZE_NO_CACHE%
|
||||
%NO_CHEAP_SESSION_STEALING%
|
||||
$navbar="boards";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue