mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
19 lines
285 B
HTML
19 lines
285 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>gl-react: WithReactMotion</title>
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
background: #000;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|