-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 997 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="pure-g container">
<div class="pure-u-1">
<h1>Twinklebox</h1>
<ul>
<li><a href="http://skitterphoto.com/wp-content/uploads/2014/05/Reitdiephaven-Groningen-free-license-CC0-980x597.jpg" class="twinklebox">Picture 1</a></li>
<li><a href="http://skitterphoto.com/wp-content/uploads/2014/10/Jetty-By-Night-980x653.jpg" class="twinklebox">Picture 2</a></li>
<li><img width="200px" src="http://skitterphoto.com/wp-content/uploads/2014/05/Rainy-Clouds-On-Gili-license-free-CC0-980x648.jpg" class="twinklebox foo boo hoo"></li>
</ul>
</div>
</div>
<script src="js/twinklebox.js"></script>
</body>