created simple news page

master
Jakob 2020-02-19 22:51:52 +01:00
parent 3dd1e71705
commit fc0773f856
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!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="#home">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>
<div style="padding:0 16px;">
<div class="item-4">
<h1>
<center>ThreadR Newsfeed</center>
</h1>
</div>
</div>
</body>
</html>