blob: 1ea6fa1dfda247d895ecc8b2eaad6a20dd722046 (
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
44
45
|
<!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" />
<link rel="icon" type="image/png" href="images/icon.png"/>
<link rel="apple-touch-icon" type="image/png" href="images/icon.png"/>
</head>
<body>
<aside>
<div>
<a href="/">
<img src="/images/profile.webp" type="image/webp" 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">My git </a> </li>
</ul>
</nav>
</div>
</aside>
<main>
<div id="content">
<h1>$title$</h1>
$body$
</div>
<footer>
<a href=https://git.dybiec.info/website/>Site</a> proudly generated by
<a href="https://jaspervdj.be/hakyll">Hakyll</a>
</footer>
</main>
</body>
</html>
|