forked from root/threadr.lostcave.ddnss.de
24 lines
655 B
PHP
24 lines
655 B
PHP
|
<?php
|
||
|
//todo: fix automatic log out when opening "Boards"
|
||
|
session_start();
|
||
|
%NO_CHEAP_SESSION_STEALING%
|
||
|
$navbar="boards";
|
||
|
?>
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>ThreadR - Boards</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 Boards</center></h1>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|