mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
34 lines
821 B
HTML
34 lines
821 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>gl-react 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 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/">Repository</a> -
|
|
<a href="http://projectseptemberinc.gitbooks.io/gl-react/content/">Documentation</a>
|
|
</body>
|
|
</html>
|