blob: 7e61229426a8218a79cc000924e97cc9a5d7362d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dyniec - $title$</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<aside>
<div>
<a href="/">
<img src="/images/profile.jpg" alt="dyniec's website" title="dyniec's website">
</a>
<nav>
<h1> <a href="/">Home</a> </h1>
<ul>
</ul>
<h1> Links </h1>
<ul>
<li> <a href="https://github.com/dyniec">GitHub </a> </li>
<li> <a href="https://git.dybiec.info/dyniec">My git </a> </li>
</ul>
</nav>
</div>
</aside>
<main>
<div id="content">
<h1>$title$</h1>
$body$
</div>
<footer>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</main>
</body>
</html>
|