forked from addi/sund.arnij.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (23 loc) · 669 Bytes
/
index.html
File metadata and controls
30 lines (23 loc) · 669 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/sund.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.quicksand.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<title>Sund</title>
</head>
<body>
<div id="container">
<div id="top">
<h1>Sund</h1>
<div id="navigation">
<a href="#">Raða eftir staðsetningu</a>
</div>
</div>
<ul class="ourHolder"> </ul>
</div>
</body>
</html>