5
1
Fork 0
mirror of https://github.com/Anvilcraft/jensmemes synced 2024-06-03 11:19:06 +02:00
jensmemes/website/home/index.php
2020-07-22 15:27:17 +02:00

28 lines
365 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>HOME | JensMemes v2</title>
<meta charset="utf-8" />
<!-- Das neueste kompilierte und minimierte CSS -->
</head>
<body class="">
<?php
if(!empty($_COOKIE['token'])){
include('site.php');
} else{
header('location:../index.php');
echo "UMLEITUNG! GG";
}
?>
</body>
</html>