crablog/content/html/index.html
2020-10-26 12:41:58 +01:00

18 lines
576 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
<h1>Hi, I'm mtrx.</h1>
<p>
I have a <a href="/blog">blog.</a><br>
This site is 100% <a href="https://github.com/mtrx1337/website">open source</a>.<br>
If you have questions or input for me please send me an E-Mail to me[at]mtrx.tech
</p>
</body>
</html>