You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.6 KiB
70 lines
1.6 KiB
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
|
<title>wahlord.moe</title>
|
|
<style>
|
|
body {
|
|
|
|
min-height: 80vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-content: center;
|
|
background-color: #42314d;
|
|
color: #ccc;
|
|
font-weight: 900;
|
|
font-family: "DejaVu Sans Mono", monospace;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
pre {
|
|
display: block;
|
|
width: fit-content;
|
|
font-family: inherit;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
font-size: min(1em, 2.5vw, 1.8vh);
|
|
}
|
|
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
img {
|
|
max-width: 200px;
|
|
max-height: auto;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<pre>
|
|
_ _
|
|
| | | |
|
|
__ ____ _| |__ | |
|
|
\ \ /\ / / _` | '_ \| |
|
|
\ V V / (_| | | | |_|
|
|
\_/\_/ \__,_|_| |_(_)
|
|
|
|
|
|
</pre>
|
|
|
|
<pre>
|
|
<img src="pics/Logo-violett.png">
|
|
</pre>
|
|
<pre>
|
|
<span>mail: wah at [insert this domain]</span>
|
|
<span>matrix: @wahlord:trmw.eu</span>
|
|
<a rel="me" href="https://chaos.social/@wahlord">mastodon</a>
|
|
<a href="https://github.com/wahlord">github</a>
|
|
</pre>
|
|
</body>
|
|
</html>
|
|
|