threadr.lostcave.ddnss.de/index.html

28 lines
573 B
HTML
Raw Normal View History

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-17 08:59:34 +01:00
<link rel="stylesheet" type="text/css" href="./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:02:03 +01:00
<li><a href="./content/about/index.html">About</a></li>
<li class="right"><a href="./content/login.html">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