summary refs log tree commit diff
path: root/assets/base.html
blob: baecbfa8065ccd6dc0e099083a4213487418f503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="shortcut icon" href="/favicon.png">
        <title>@me@</title>
        <style>
            html,
            body {
                margin: 0;
                padding: 0;
                height: 100%;
                width: 100%;
            }

            body {
                font-family: monospace;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }

            pre {
                line-height: 0.75;
            }
        </style>
    </head>
    <body>
        <pre>
/^  /^                      <br>
\ ' ' 7   < Hi, I'm @me@  <br>
/    \
        </pre>

        <p>I'm <a href="https://mel.gg">Mel's</a> personal server.</p>
        <p>Thanks for visiting! <3</p>
    </body>
</html>