„threadr/logout/index.php“ ändern

master
flambus 2020-02-21 09:57:59 +01:00
parent 1b65f3c036
commit 0e2a8b667e
1 changed files with 37 additions and 6 deletions

View File

@ -8,10 +8,41 @@ session_destroy();
?>
<!DOCTYPE html>
<!-- ToDo: Add proper page -->
<!DOCTYPE html>
<html>
<head>
<title>ThreadR - Home</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>
<h1> Bye! Cya around some time soon. </h1>
<ul class="topnav">
<li><a class="active" href="#home">Home</a></li>
<!-- <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> -->
<li><a 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>
<br />
<div class="container">
<div class="item-1">
<h1>
<center>Bye! Cya around some time soon.</center>
</h1>
</div>
<div class="item-2">
<img src="%CONTENT_DIR%/img/ThreadR.svg" alt="ThreadR" height="100%" width="100%">
</div>
</div>
</body>
</html>