Milán Major

devsite-builder

1 branch
Code

templates/about.html

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About - Milán Major</title>
<link rel="stylesheet" href="/style.css">
</head>

<body>

{{ header }}

<main>

<h1>About</h1>

<p>Hi, I'm Milán Major. This site is my personal developer blog
and a browsable mirror of some of my git repositories.</p>

</main>

<footer>
<p>Milán Major</p>
</footer>

</body>
</html>