-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (30 loc) · 981 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog of Hannupekka Sormunen has moved</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav><div class="wrapper"><a href="index.html">(Re)discovering the code</a></div></nav>
<div class="wrapper"><article>
<p>
This blog has moved to <a href="https://sorhanp.gitlab.io/">new location</a>
</p>
</article></div>
<footer>
<div class="wrapper">
<div class="column contact">
<ul><li>Hannupekka Sormunen</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><br/></li>
<li><a href="https://github.com/sorhanp">Github</a></li>
<li><a href="https://gitlab.com/sorhanp">Gitlab</a></li>
<li><a href="https://www.linkedin.com/in/hannupekka-sormunen">LinkedIn</a></li>
</ul></div>
</div>
</footer>
</body>
</html>