forked from root/threadr.lostcave.ddnss.de
31 lines
887 B
PHP
31 lines
887 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>ThreadR - News</title>
|
|
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<ul class="topnav">
|
|
<li><a href="%CONTENT_DIR%/">Home</a></li>
|
|
<li><a class="active" href="%CONTENT_DIR%/news/">News</a></li>
|
|
<li><a href="%CONTENT_DIR%/boards/">Boards</a></li>
|
|
<li><a href="%CONTENT_DIR%/about/">About</a></li>
|
|
<li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li>
|
|
</ul>
|
|
<br />
|
|
<div class="container">
|
|
<div class="item-1">
|
|
<h1>
|
|
<center>ThreadR Newsfeed</center>
|
|
</h1>
|
|
</div>
|
|
<div class="item-2 round-border">
|
|
<ul class="list">
|
|
<li> Whole Website updated </li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|