don't mind me messing around

master
Jakob 2020-02-26 21:43:20 +01:00
parent 1d55131262
commit 74e22fd723
1 changed files with 18 additions and 0 deletions

18
threadr/test.php Normal file
View File

@ -0,0 +1,18 @@
<?php
session_start();
%NO_CHEAP_SESSION_STEALING%
$navbar="home";
?>
<!DOCTYPE html>
<html>
<head>
<title>ThreadR - Home</title>
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
%NAVBAR%
<iframe src="%CONTENT_DIR%/test.php" width="100%" height="100%"></iframe>
</body>
</html>