diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/base.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/assets/base.html b/assets/base.html new file mode 100644 index 0000000..baecbfa --- /dev/null +++ b/assets/base.html @@ -0,0 +1,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> |
