-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 988 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!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>