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

32 lines
712 B
PHP
Raw Normal View History

2020-02-24 04:43:53 +01:00
<?php
session_start();
%SET_LOGIN_VARIABLE%
2020-03-02 14:11:33 +01:00
%PLEAZE_NO_CACHE%
2020-02-24 04:43:53 +01:00
%NO_CHEAP_SESSION_STEALING%
$navbar="home";
2020-02-24 04:43:53 +01:00
?>
<!DOCTYPE html>
<html>
2020-02-19 14:38:59 +01:00
<head>
<title>ThreadR - Home</title>
2020-03-05 04:56:06 +01:00
%STYLESHEET%
2020-02-23 20:12:29 +01:00
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/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>
2020-03-09 12:11:02 +01:00
%NAVBAR%
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-03-09 12:11:02 +01:00
%BANNER_COOKIES%
2020-02-19 14:38:59 +01:00
</body>
</html>