-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
33 lines (33 loc) · 837 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
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>gl-react-dom Examples</title>
<style>
body {
background: #222;
color: #fff;
margin: 60px;
}
a {
color: #0F9;
font-size: 1.4em;
text-decoration: none;
}
</style>
</head>
<body>
<h1>gl-react-dom Examples</h1>
<ul>
<li><a href="Examples/Simple">Simple</a></li>
<li><a href="Examples/AdvancedEffects">AdvancedEffects</a></li>
<li><a href="Examples/SpringCursor">SpringCursor</a></li>
<li><a href="Examples/Video">Video</a></li>
<li><a href="Examples/Blur">Blur</a></li>
<li><a href="Examples/VideoBlur">VideoBlur</a></li>
</ul>
<hr/>
<a href="https://github.com/ProjectSeptemberInc/gl-react-dom/">Repository</a> -
<a href="http://projectseptemberinc.gitbooks.io/gl-react-dom/content/">Documentation</a>
</body>
</html>