summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 1bcd0cf..5217c41 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -16,7 +16,7 @@
</script>
</head>
<body>
- <div id="app"></div>
- <script src="/src/main.js" type="module"></script>
+ <button id="notbtn"></button>
+ <script src="main.js"></script>
</body>
</html>