You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sessioncommunities.online/sites/error/404/index.php

42 lines
1.0 KiB
PHP

<?php
require_once '+getenv.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php include "+components/page-head.php" ?>
<title>404 Not Found — sessioncommunities.online</title>
<meta name="description" content="404 — Not Found page for SessionCommunities.online">
<meta name="robots" content="noindex">
<meta property="og:title" content="Privacy — sessioncommunities.online">
<meta property="og:description" content="Read our transparent account of what data sessioncommunities.online collects when you browse the site.">
<meta property="og:type" content="article">
<link rel="stylesheet" href="/css/common-dark.css">
<script src="/js/404.js" async></script>
</head>
<body>
<h1>404 — Page Not Found</h1>
<h2>Oops! Broken link!</h2>
<p>
The Session Community you are trying to view
is not located at this URL.
</p>
<p>
Redirecting you to main page in 5 seconds...
</p>
<p>
If the redirect fails, <a href="/">click here</a>.
</p>
<?php include "+components/footer.php"; ?>
</body>
</html>