gl-react/Examples/index.html
2015-08-20 21:02:11 +02:00

27 lines
444 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="AdvancedEffects">AdvancedEffects</a></li>
<li><a href="SpringCursor">SpringCursor</a></li>
</ul>
</body>
</html>