2020-02-10 09:16:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2020-02-17 08:54:13 +01:00
|
|
|
<head>
|
|
|
|
<title>Home page</title>
|
2020-02-18 20:04:27 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="/common/content/stylesheet.css">
|
2020-02-17 08:54:13 +01:00
|
|
|
<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>
|
2020-02-17 09:06:09 +01:00
|
|
|
<li><a href="/common/content/about/">About</a></li>
|
2020-02-18 20:04:27 +01:00
|
|
|
<li class="right"><a href="/common/content/login/">Log In</a></li>
|
2020-02-17 08:54:13 +01:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div style="padding:0 16px;">
|
|
|
|
<h2>ThreadR Homepage</h2>
|
2020-02-17 08:57:42 +01:00
|
|
|
<p></p>
|
|
|
|
<p></p>
|
|
|
|
<h4></h4>
|
2020-02-17 08:54:13 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
2020-02-10 09:16:30 +01:00
|
|
|
</html>
|
2020-02-17 08:54:13 +01:00
|
|
|
|
2020-02-18 20:04:27 +01:00
|
|
|
|