website/index.html
2019-05-08 18:54:26 +00:00

29 lines
911 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>
<title>Artemis</title>
<link rel="stylesheet" href="/css/main.css">
<meta charset="utf-8">
</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>
</table>
</div>
</div>
</body></html>