threadr.lostcave.ddnss.de/threadr/index.php

42 lines
1.3 KiB
PHP
Raw Normal View History

<!DOCTYPE html>
<html>
2020-02-19 14:38:59 +01:00
<head>
<title>ThreadR - Home</title>
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
2020-02-23 00:11:23 +01:00
<link rel="icon" type="image/png" href="%CONTENT_DIR%/favicon-32x32.png" sizes="32x32" />
2020-02-19 14:38:59 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<ul class="topnav">
2020-02-23 18:16:47 +01:00
<li><a class="active" href="%CONTENT_DIR%/">
2020-02-23 18:21:54 +01:00
<img src="%CONTENT_DIR%/img/ThreadR_Home.svg" alt="Home" height="11"/>
2020-02-23 18:08:25 +01:00
</a></li>
2020-02-19 14:38:59 +01:00
<!-- <li><a class="dropdown">
<button class="dropbtn">News
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div> -->
2020-02-19 22:48:27 +01:00
<li><a href="%CONTENT_DIR%/news/">News</a></li>
<li><a href="%CONTENT_DIR%/boards/">Boards</a></li>
2020-02-19 14:38:59 +01:00
<li><a href="%CONTENT_DIR%/about/">About</a></li>
<li class="right"><a href="%CONTENT_DIR%/login/">Log In</a></li>
</ul>
2020-02-19 23:18:20 +01:00
<br />
2020-02-19 23:06:29 +01:00
<div class="container">
<div class="item-1">
2020-02-19 14:38:59 +01:00
<h1>
2020-02-19 23:06:29 +01:00
<center>Welcome to</center>
2020-02-19 14:38:59 +01:00
</h1>
2020-02-19 23:11:52 +01:00
</div>
2020-02-19 23:48:02 +01:00
<div class="item-2">
<img src="%CONTENT_DIR%/img/ThreadR.svg" alt="ThreadR" height="100%" width="100%">
</div>
2020-02-19 10:35:45 +01:00
</div>
2020-02-19 14:38:59 +01:00
</body>
</html>