forked from phiresky/convolution-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (14 loc) · 682 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (14 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Convolution demo</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsxgraph/0.99.3/jsxgraphcore.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS_HTML"></script>
<style>
.JXGtext { font-family: MathJax_Main, sans-serif; cursor: default;
-webkit-touch-callout: none;-ms-user-select: none;user-select: none;
-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;
}
</style>
<div class="container tex2jax_ignore" id="reactContent"></div>
<script src="src/main.tsx"></script>