„threadr/logout/index.php“ ändern

master
Erik 2020-02-21 10:09:21 +01:00
parent 423b57186a
commit b67e85705e
1 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@ if (ini_get("session.use_cookies")) {
session_destroy(); session_destroy();
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<!-- ToDo: Add proper page -->
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>ThreadR - Home</title> <title>ThreadR - Home</title>
@ -17,7 +15,7 @@ session_destroy();
</head> </head>
<body> <body>
<ul class="topnav"> <ul class="topnav">
<li><a class="active" href="#home">Home</a></li> <li><a href="#home">Home</a></li>
<!-- <li><a class="dropdown"> <!-- <li><a class="dropdown">
<button class="dropbtn">News <button class="dropbtn">News
<i class="fa fa-caret-down"></i> <i class="fa fa-caret-down"></i>