-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="scripts/foot.js"></script>
<script type="text/javascript" src="scripts/resizeblur.js"></script>
<title>Hadera.ch - The Path</title>
</head>
<body>
<header>
<div class = "top-header">
<h1>H A D E R A . C H</h1>
</div>
</header>
<div class="wrapper-container">
<div class="wrapper-bg"></div>
<div class="wrapper">
<div class="body-text">
<h3>The sleeper has not yet awakened.</h3>
<h3>The sleeper has not yet awakened.</h3>
<h3>The sleeper has not yet awakened.</h3>
<h3>The sleeper has not yet awakened.</h3>
<h3>The sleeper has not yet awakened.</h3>
</div>
<footer>
<div class="footer-quote">
testing.
</div>
</footer>
</div>
</div>
<div class=bottom-menu>
<a href="attrib.html">attributions</a>
</div>
</body>
</html>