-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex.html
22 lines (21 loc) · 846 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>
<head>
<meta charset="utf-8">
<title>GLSL Gallery</title>
<link href="/favicon.gif" rel="shortcut icon"/>
<!-- GLSL Gallery -->
<link type="text/css" rel="stylesheet" href="build/glslGallery.css">
<script type="text/javascript" src="build/glslGallery.js"></script>
<style>
body {
height: 100%;
margin: 0;
/*background: #272822;*/
}
</style>
</head>
<body>
<div class="glslGallery" data="10/ikeda-00,10/ikeda-03,10/ikeda-04,160401213245,160313193711,160313030533,160313025607,160313020334,160308160958,160308014412,160307213819,160306213426,160304203554,160304202332,160302022724,160219112614,160302003807,160302102102,160302101618"></div>
</body>
</html>