home_unauthenticated.html

 1<!DOCTYPE html>
 2<html lang="en-GB">
 3	<head>
 4		<title>earl</title>
 5		<meta name="viewport" content="width=device-width, initial-scale=1.0">
 6		<meta name="title" content="earl">
 7		<meta name="description" content="earl">
 8		<style>
 9         html {
10             background: #1C1C1C;
11             color: #DCDCDC;
12             font-family: sans-serif;
13             text-align: center;
14             height: 100%;
15             margin: 0 auto;
16         }
17         html * {
18             font-size: 16px;
19         }
20         body {
21             min-height: 100%;
22             padding: 0;
23             margin: 0 auto;
24             display: flex;
25             flex-direction: column;
26             justify-content: center;
27             max-width: 580px;
28         }
29         .title {
30             font-size: 50px;
31         }
32		</style>
33	</head>
34	<body>
35        <p class="title">earl</p>
36	</body>
37</html>