Anarchy_Streaming/pages/logout.html

15 lines
327 B
HTML
Raw Permalink Normal View History

2023-02-19 08:17:39 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Logged Out</title>
<link rel="stylesheet" type="text/css" href="../styles/styles.css" />
</head>
<body>
<div class="whole-wrapper">
<h1 class="title">Logged Out</h1>
<a class="back-landing" href="/">Go Back To Landing</a>
</div>
</body>
</html>