-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueweeks.html
42 lines (33 loc) · 1.58 KB
/
blueweeks.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
<link href="css/style.css" rel="stylesheet" media="screen" type="text/css" />
<script src="javascript/functions.js" type="text/javascript"></script>
<title>Stundenplan i10a</title>
<meta content="keyword1,keyword2,keyword3" name="keywords" />
<meta content="Description of your page" name="description" />
</head>
<body>
<div id="topbar">
<div id="title"><div id="leftnav"><a href="index.php"><img alt="home" src="images/home.png" /></a> </div>Blaue Wochen</div>
</div>
<div id="content">
<div style="text-align:right; padding-right:20px;"><img height="35px" alt="logo" src="images/logo.jpg" /> </div>
<span class="graytitle">Blaue Wochen</span>
<ul class="pageitem">
<li class="menu">
<a href="tuesdayblue.html"><span class="name">Dienstag</span><span class="arrow"> </span></a>
</li>
<li class="menu">
<a href="thursdayblue.php"><span class="name">Donnerstag</span><span class="arrow"> </span></a>
</li>
</ul>
</div>
<div id="footer">
<!-- Support iWebKit by sending us traffic; please keep this footer on your page, consider it a thank you for our work :-) -->
<a class="noeffect" href="http://snippetspace.com">Powered by iWebKit</a></div>
</body>
</html>