crablog/content/html/index.html

19 lines
581 B
HTML
Raw Normal View History

2020-10-26 12:19:44 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2020-10-26 12:41:58 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2020-10-26 12:19:44 +01:00
<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-27 14:55:39 +01:00
This site is 100% <a href="https://github.com/leonardlorenz/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>