-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·35 lines (25 loc) · 954 Bytes
/
index.html
File metadata and controls
executable file
·35 lines (25 loc) · 954 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
31
32
33
34
35
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/topcoat-desktop-dark.min.css"/>
<link id="hostStyle" rel="stylesheet" href="css/styles.css"/>
<title></title>
</head>
<body class="hostElt">
<select name="source" id="source">
<option value="unsplash">Unsplash</option>
<option value="newoldstockphotos">New Old Stock Photos</option>
<option value="littlevisuals">Little Visuals</option>
</select>
<div id="content">
<div class="unsplash-photos"></div>
</div>
<button class="topcoat-button--large btn-more hostFontSize">Load More</button>
<script src="js/libs/jquery-2.0.2.min.js"></script>
<script src="js/libs/CSInterface-4.0.0.js"></script>
<script src="js/themeManager.js"></script>
<script src="js/main.js"></script>
<script src="js/unsplash.js"></script>
</body>
</html>