website/index.html

31 lines
988 B
HTML
Raw Normal View History

2019-03-12 21:30:26 +00:00
<!DOCTYPE html>
<html><head>
2022-11-20 23:10:07 +00:00
<meta charset="utf-8">
2019-03-12 21:30:26 +00:00
<title>Artemis</title>
<link rel="stylesheet" href="/css/main.css">
2022-11-20 23:10:07 +00:00
<link rel="me" href="https://social.mildlyfunctional.gay/@artemist">
2019-03-12 21:30:26 +00:00
</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>
2022-11-20 23:10:07 +00:00
<tr><td style='color: #cccccc'>hallo, ich bin</td></tr>
2019-03-12 21:30:26 +00:00
<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>
2022-11-20 23:10:07 +00:00
</tr>
2019-03-12 21:30:26 +00:00
</table>
</div>
</div>
</body></html>