- Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy pathindex.html
19 lines (18 loc) · 748 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>REGL Codegen</title>
<linkrel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Droid+Sans|PT+Sans+Narrow|Gravitas+One|Droid+Sans+Mono|Droid+Serif|Raleway|Old+Standard+TT"/>
<linkrel="stylesheet" type="text/css" href="../test_dashboard/style.css">
</head>
<body>
<sectionid="mocks-list"></section>
<divid="plots">
<divid="graph"></div>
</div>
<divid="snapshot"></div>
<scriptsrc="../../node_modules/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
<scriptcharset="utf-8" id="source" type="module">import"../../build/plotly.js"</script>
<scriptcharset="utf-8" src="../../build/regl_codegen-bundle.js"></script>
</body>
</html>