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 a {
33 color: #DCDCDC;
34 }
35 a:visited {
36 color: #DCDCDC;
37 }
38 </style>
39</head>
40<body>
41 <p class="title">earl</p><small><a href="https://earl.run/source">Source code</a></small>
42</body>
43</html>