created simple news page
parent
3dd1e71705
commit
fc0773f856
|
@ -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>
|
Loading…
Reference in New Issue