-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhex.html
More file actions
21 lines (21 loc) · 696 Bytes
/
Copy pathhex.html
File metadata and controls
21 lines (21 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Hexagram</title>
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="http://necolas.github.io/normalize.css/2.1.2/normalize.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/hex.css">
<script src="js/hex.js"></script>
</head>
<body>
<div class="honeycomb"></div>
<div class="highlight">
<div class="featured">
</div>
</div>
<script>
new HoneycombGallery();
</script>
</body>
</html>