16 lines
411 B
HTML
16 lines
411 B
HTML
<!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>
|
|
<p>
|
|
Hi, I'm mtrx.<br>
|
|
I have a <a href="/blog">blog.</a><br>
|
|
If you have questions or input for me please send me an E-Mail to me[at]mtrx.tech
|
|
</p>
|
|
</body>
|
|
</html>
|