2023-02-19 07:14:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Anarchy Streams Logged In.</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../styles/styles.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="whole-wrapper">
|
2023-02-20 20:58:44 +01:00
|
|
|
<div class="nav-wrapper">
|
|
|
|
<a class="logged-home-link" href="/home">Home</a>
|
|
|
|
<a class="logout-link" href="/log-out">Log Out</a>
|
|
|
|
</div>
|
|
|
|
<div class="logged-title-wrapper">
|
|
|
|
<h1 class="logged-title">You are now logged in.</h1>
|
|
|
|
</div>
|
2023-02-20 21:13:15 +01:00
|
|
|
<p class="logged-development-notice">Site currently in development; thank you for your patience.</p>
|
2023-02-19 07:14:38 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|