commit
b6a61bb868
2 changed files with 70 additions and 0 deletions
@ -0,0 +1,70 @@ |
|||||
|
<!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> |
||||
|
After Width: | Height: | Size: 12 MiB |
Loading…
Reference in new issue