2020-02-19 22:51:52 +01:00
|
|
|
<!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">
|
2020-02-19 22:52:51 +01:00
|
|
|
<li><a href="%CONTENT_DIR%/">Home</a></li>
|
2020-02-19 22:51:52 +01:00
|
|
|
<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>
|
2020-02-21 10:14:20 +01:00
|
|
|
<li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li>
|
2020-02-19 22:51:52 +01:00
|
|
|
</ul>
|
2020-02-19 23:29:43 +01:00
|
|
|
<br />
|
|
|
|
<div class="container">
|
|
|
|
<div class="item-1">
|
2020-02-19 22:51:52 +01:00
|
|
|
<h1>
|
|
|
|
<center>ThreadR Newsfeed</center>
|
|
|
|
</h1>
|
2020-02-21 10:33:28 +01:00
|
|
|
</div>
|
|
|
|
<div class="item-2 round-border">
|
2020-02-21 10:35:51 +01:00
|
|
|
<li> Whole Website updated </li>
|
2020-02-19 22:51:52 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|