-
Notifications
You must be signed in to change notification settings - Fork 0
/
thursday.html
32 lines (27 loc) · 1.68 KB
/
thursday.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
<!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 class="musiclist">
<div id="topbar">
<div id="title"><div id="leftnav"><a href="index.php"><img alt="home" src="images/home.png" /></a> </div>Donnerstag</div>
</div>
<div id="content">
<ul>
<li><span style="margin-left:10px; margin-right:10px;">16:45-19:00</span><span class="name" style="padding-left:10px;">Elektrotechnik</span><span class="time">(ZL 04.03)</span></li>
<li><span style="margin-left:10px; margin-right:10px;">19:15-20:45</span><span class="name" style="padding-left:10px;">Betr.&Volksw.</span><span class="time">(ZL 04.03)</span></li>
<!--<li style="background-color: #CBCCCF; padding-top:10px; border-bottom:none;"><span style="margin-left:10px; margin-right:10px;"><b>Zusätzliches Zimmer MdP: 154</b></span></li> -->
</ul>
<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>