threadr.lostcave.ddnss.de/threadr/news/index.php

49 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
//todo: fix automatic log out when opening "News"
session_start();
%NO_CHEAP_SESSION_STEALING%
?>
<!DOCTYPE html>
<html>
<head>
<title>ThreadR - News</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>
<ul class="topnav">
<li>%HOME_LINK%</li>
<li><a class="active" href="%CONTENT_DIR%/news/">News</a></li>
<!--<li><a href="%CONTENT_DIR%/boards/">Boards</a></li>-->
<div class="dropdown">
<button class="dropbtn">Boards
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="%CONTENT_DIR%/boards/">Board 1</a>
<a href="#">Board 2</a>
<a href="#">Board 3</a>
</div>
</div>
<li><a href="%CONTENT_DIR%/about/">About</a></li>
<li class="right">%LOGIN_LINK%</li>
</ul>
<br />
<div class="container">
<div class="item-1">
<h1>
<center>ThreadR Newsfeed</center>
</h1>
</div>
<div class="item-2">
<ul class="list">
<li><p> 2020-02-21 Whole Website updated: Homepage, News, Boards, About, Log In, Userhome, Log Out</p></li>
<li><p> 2020-01-06 First Steps done </p></li>
<li><pre> @ my fellow devs: Yeeee! This will be gone once the DB table is in place. Dont bother. </pre></li>
</ul>
</div>
</div>
</body>
</html>