crablog/content/html/index.html

18 lines
503 B
HTML
Raw Normal View History

2020-10-26 12:19:44 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>mtrx' site</title>
<link rel="stylesheet" href="/static/css/index.css">
<link rel="shortcut icon" type="image/jpg" href="/static/favicon.ico"/>
</head>
<body>
2020-10-26 12:39:05 +01:00
<h1>Hi, I'm mtrx.</h1>
2020-10-26 12:19:44 +01:00
<p>
I have a <a href="/blog">blog.</a><br>
2020-10-26 12:39:05 +01:00
This site is 100% <a href="https://github.com/mtrx1337/website">open source</a>.<br>
2020-10-26 12:19:44 +01:00
If you have questions or input for me please send me an E-Mail to me[at]mtrx.tech
</p>
</body>
</html>