-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (34 loc) · 902 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
39
40
41
42
43
44
45
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Hannes' Japan blog</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<script src="/assets/js/slideshow.js"></script>
<body>
<link rel="shortcut icon" type="image/x-icon" href="/assets/images/favicon.ico">
<nav>
<a href="/"
class="current"
>
Home
</a>
<a href="/about"
>
About
</a>
<a href="/blog.html"
>
Blog
</a>
</nav>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<p><a href="/blog.html">Hier</a> geht es zum Blog.</p>
<div class="single-image">
<img class="big_img" src="/assets/images/general/aobayama_bottom1.jpg" height="" />
<p class="descriptionSingleImage">
</p>
</div>
</body>
</html>