moved index file to common/content to make things easier
parent
8b29fc9f48
commit
37516e1cf6
|
@ -1 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Home page</title>
|
||||
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/stylesheet.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<ul class="topnav">
|
||||
<li><a class="active" href="#home">Home</a></li>
|
||||
<li><a href="#news">News</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;">
|
||||
<h2>ThreadR Homepage</h2>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<h4></h4>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue