1
0
Fork 1
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

41 lines
1.1 KiB
PHP

<?php
require_once '+getenv.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php include "+components/page-head.php" ?>
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/404/">
<title>404 Not Found — sessioncommunities.online</title>
<meta name="description" content="404 — Not Found page for SessionCommunities.online">
<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">
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/404/">
<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 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>