-
Notifications
You must be signed in to change notification settings - Fork 0
/
kerwa_2011.html
67 lines (58 loc) · 1.96 KB
/
kerwa_2011.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="lightbox/lightbox.css" type="text/css" media="screen"/>
<link rel="stylesheet" href="gallary.css" type="text/css" media="screen"/>
<script type="text/javascript" src="scripts/jquery.js"></script>
<script type="text/javascript" src="lightbox/lightbox.js"></script>
<script type="text/javascript" src="scripts/scripts.js"></script>
<title>Wernsbach eV</title>
</head>
<body>
<div id="header">
<h1>Wernsbach</h1>
</div>
<div id="menu">
<ul class="menu">
<li> <a href="index.html">Start</a> </li>
<li> <a href="index.html">Dorfgemeinschaft</a> </li>
<li> <a href="dorfgeschichte.html">Dorfgeschichte</a> </li>
<li>
<a href="kerwa.html">Kirchweih</a>
<ul>
<li> <a href="kerwa_2011.html">2011</a> </li>
</ul>
</li>
</ul>
</div>
<div class="content">
<h2>Kerwabilder</h2>
<div id="gallery">
<ul>
<li>
<a href="pictures/kerwa_2011/DSC00832.JPG">
<img src="pictures/kerwa_2011/DSC00832.JPG" width="72" height="72">
</a>
</li>
<li>
<a href="pictures/kerwa_2011/DSC00833.JPG">
<img src="pictures/kerwa_2011/DSC00833.JPG" width="72" height="72">
</a>
</li>
<li>
<a href="pictures/kerwa_2011/DSC00834.JPG">
<img src="pictures/kerwa_2011/DSC00834.JPG" width="72" height="72">
</a>
</li>
<li>
<a href="pictures/kerwa_2011/DSC00835.JPG">
<img src="pictures/kerwa_2011/DSC00835.JPG" width="72" height="72">
</a>
</li>
</ul>
</div>
</div>
</body>
</html>