-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (23 loc) · 888 Bytes
/
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="\">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script src="js/flickr.js"></script>
</head>
<body>
<section>
<form id="flickrForm" action="">
<input id="flickrSetId" type="text" value="Flickr Set ID"></input>
<button type="submit">Submit</button>
</form>
<div id="galleryHTML"></div>
</section>
</body>
</html>