„threadr/logout/index.php“ ändern
parent
1b65f3c036
commit
0e2a8b667e
|
@ -8,10 +8,41 @@ session_destroy();
|
|||
?>
|
||||
<!DOCTYPE html>
|
||||
<!-- ToDo: Add proper page -->
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<h1> Bye! Cya around some time soon. </h1>
|
||||
</body>
|
||||
</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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue