-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
24 lines (19 loc) · 1.04 KB
/
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
<!doctype html>
<html lang="en">
<head>
<title>Hopalong Redux</title>
<meta property="title" content="Barry Martin's Hopalong Orbits Visualizer - WebGL Experiment"/>
<meta property="description" content="An interactive flight through attractor orbits generated using Barry Martin's Hopalong formula."/>
<meta property="og:title" content="Barry Martin's Hopalong Orbits Visualizer - WebGL Experiment"/>
<meta property="og:image" content="http://iacopoapps.appspot.com/hopalongwebgl/image.jpg"/>
<meta property="og:description" content="An interactive flight through attractor orbits generated using Barry Martin's Hopalong formula."/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<script src="src/index.tsx" type="module"></script>
<div id="react-root"></div>
<canvas id="render-canvas"></canvas>
</body>
</html>