18 lines
581 B
HTML
18 lines
581 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/leonardlorenz/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>
|