added html templates, static, index

This commit is contained in:
Leonard Lorenz 2020-10-26 12:19:44 +01:00
parent 6e72cba14c
commit 133187ad98
10 changed files with 265 additions and 3 deletions

16
content/html/index.html Normal file
View file

@ -0,0 +1,16 @@
<!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>