-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blog
33 lines (33 loc) · 886 Bytes
/
Blog
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="this is a good Website">
</head>
<title>
Kultur
</title>
<link rel="stylesheet" type="text/css" href="home.css">
<script type="text/javascript" src="menu.js" defer></script>
</head>
<body>
<nav class="nav_bar">
<div class="nav_logo"><img src="paklogo.jpg" alt="Italian Trulli">Pakistan Kennenlernen</div>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="list-container">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Kultur</a></li>
<li><a href="#">Geschichte</a></li>
<li><a href="#">Geographie</a></li>
<li><a href="#">Quiz Spielen</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
</nav>
</body>
</html>