website/index.html
2022-11-20 23:10:07 +00:00

31 lines
988 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>Artemis</title>
<link rel="stylesheet" href="/css/main.css">
<link rel="me" href="https://social.mildlyfunctional.gay/@artemist">
</head>
<body>
<div id="container">
<div id="content">
<table id="salutations">
<tr><td style='color: #444'>përshëndetje, unë jam</td></tr>
<tr><td style='color: #545454'>cześć, jestem</td></tr>
<tr><td style='color: #686868'>γεια σου, εγώ είμαι</td></tr>
<tr><td style='color: #7c7c7c'>hola, yo soy</td></tr>
<tr><td style='color: #999'>hei, minä olen</td></tr>
<tr><td style='color: #a4a4a4'>hæ, ég er</td></tr>
<tr><td style='color: #b8b8b8'>salvē, ego sum</td></tr>
<tr><td style='color: #cccccc'>hallo, ich bin</td></tr>
<tr><td style='color: #eee'>hello, I am</td><td><strong>Artemis Tosini</string></td></tr>
</table>
<table id="links">
<tr>
<td><a href="/about">about</a></td>
<td><a href="/blog">blog</a></td>
</tr>
</table>
</div>
</div>
</body></html>