-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (45 loc) · 1.26 KB
/
index.html
File metadata and controls
51 lines (45 loc) · 1.26 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Guffi">
<meta name="description" content="Guffi displaying data">
<title>Data by Guffi</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.2.min.js"></script>
<!--jQuery, linked from a CDN-->
<script src="data.js"></script>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<header>
<h1>"Hjól á Suðurlandsbraut í dag"</h1>
<div id="data">
</div>
</div>
<div class="container">
<header>
<h1>"eitthvað á Suðurlandsbraut í dag"</h1>
<div id="data">
</div>
</div>
<div class="container">
<header>
<h1>"þriðja á Suðurlandsbraut í dag"</h1>
<div id="data">
</div>
</div>
<!-- </header>
<section id="fetch">
<input type="text" placeholder="Enter a movie title" id="term" />
<button id="search">Find me a poster</button>
</section>
<section id="poster">
</section>
<footer>
<p>Created by <a href="http://gudfinnur.is">Guffi</a></p>
</footer> -->
</body>
</html>