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

30 lines
786 B
PHP
Raw Normal View History

2020-02-21 07:04:24 +01:00
<?php
session_start();
2020-03-02 14:17:14 +01:00
%PLEAZE_NO_CACHE%
$navbar = "logout";
2020-02-21 07:04:24 +01:00
?>
<!DOCTYPE html>
<html>
2020-02-21 09:57:59 +01:00
<head>
<title>ThreadR - Home</title>
2020-03-05 04:56:06 +01:00
%STYLESHEET%
2020-02-23 20:15:11 +01:00
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
2020-02-21 09:57:59 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
%NAVBAR%
2020-02-21 09:57:59 +01:00
<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>
2020-03-09 12:20:26 +01:00
%BANNER_COOKIES%
2020-02-21 09:57:59 +01:00
</body>
</html>