<?php session_start(); ?>
<html>
	<head>
		<title>Kaiocraft</title>
		<link rel="stylesheet" type="text/css" href="/style.css">
	</head>
	<body>

				<?php $logo="/logo.png"; include("/var/www/header.php"); ?>
				<video controls autoplay src=/content/non-euclidean.mp4></video>
				<?php include("/var/www/footer.php"); ?>
	</body>
</html>
