forked from alunny/phonegap-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaydate.html
47 lines (40 loc) · 2.35 KB
/
playdate.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width" />
<title>Kindergarten</title>
<link rel="stylesheet" href="assets/css/master.css" type="text/css" media="screen" />
<link rel="stylesheet" href="assets/css/playdate.css" type="text/css" media="screen" />
<script src="phonegap.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="welcome">
<div class="icons">
<a class="rotate-img" href="playdate.html"><img src="LEGEAFTALE_portrait.png" width="58" height="65" alt="Playdate icon"/></a>
<a class="rotate-img" href="vacations.html"><img src="FERIE_OG_SYGDOM_portrait.png" width="58" height="65" alt="Vacations icon"/></a>
<a class="rotate-img" href="calendar.html"><img src="KALENDER_portrait.png" width="58" height="65" alt="Calendar icon"/></a>
<a class="rotate-img" href="substitute.html"><img src="VIKARINFO_portrait.png" width="58" height="65" alt="Substitute icon"/></a>
<a class="rotate-img" href="parent.html"><img src="FORAELDRE_portrait.png" width="58" height="65" alt="Parent icon"/></a>
</div>
<div class="clear"></div>
<div id="footer">
<a id="footer-img" href="index.html"><img src="footer_portrait.jpg" width="300" height="24" alt="Footer"/></a>
</div>
</div>
<div id="welcome-lscape">
<div class="icons">
<a class="rotate-img" href="playdate.html"><img src="LEGEAFTALE.png" width="92" height="96" alt="Playdate icon"/></a>
<a class="rotate-img" href="vacations.html"><img src="FERIE_OG_SYGDOM.png" width="92" height="96" alt="Vacations icon"/></a>
<a class="rotate-img" href="calendar.html"><img src="KALENDER.png" width="92" height="96" alt="Calendar icon"/></a>
<a class="rotate-img" href="substitute.html"><img src="VIKARINFO.png" width="92" height="96" alt="Substitute icon"/></a>
<a class="rotate-img" href="parent.html"><img src="FORAELDRE.png" width="92" height="96" alt="Parent icon"/></a>
</div>
<div class="clear"></div>
<div id="footer">
<a id="footer-img" href="index.html"><img src="footer.jpg" width="480" height="36" alt="Footer"/></a>
</div>
</div>
</body>
</html>