We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172163b commit 0776ae3Copy full SHA for 0776ae3
index.html
@@ -1 +1,13 @@
1
2
+<!doctype html>
3
+<html lang="en">
4
+ <head>
5
+ <meta charset="UTF-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Convolution Tool</title>
8
+ </head>
9
+ <body>
10
+ <div id="root"></div>
11
+ <script type="module" src="/src/main.jsx"></script>
12
+ </body>
13
+</html>
0 commit comments