-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (62 loc) · 2.5 KB
/
index.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Rocket Reloaded - Welcome</title>
<meta name="description">
<!--Mobile Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Favicon-->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- CSS -->
<link rel="stylesheet" href="css/site.min.css">
<!--[if lte IE 8]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/selectivizr/1.0.2/selectivizr-min.js"></script>
<script src="https://raw.githubusercontent.com/scottjehl/Respond/master/src/respond.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<header id="header">
<nav class="col w-6">
<ul>
<li><a href="index.html" title="" data-slug="hotel" class="home">Home</a></li>
<li><a href="calendar.html" title="" data-slug="calendar" class="calendar">Calendar</a></li>
</ul>
</nav>
</header><!-- /header -->
<div class="main entry-content col w-6">
<h2>Welcome to the Michelberger Hotel.</h2>
<section id="info-getting-here" class="main-section clearfix">
<div class="two-up">
<h3>Getting here</h3>
<p>
Michelberger Hotel<br>
Warschauer Str. 39/40<br>
10243 Berlin
</p>
<p>
Telefon: +49 302977859-0<br>
Telefax: +49 302977859-29
</p>
<p>
<a href="mailto:[email protected]">Contact us by email</a><br />
<a href="https://www.google.com/maps/place/Michelberger+Hotel/" target="_blank">Find us on Google Maps</a>
</p>
</section>
</div>
</div>
</div>
<div id="rocket">
<h1 class="plugin-warning">Please install / update your flash player</h1>
</div>
<script src="js/vendor/modernizr.custom.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>