summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-11-09 12:57:34 +0800
committeraltaf-creator <dev@altafcreator.com>2025-11-09 12:57:34 +0800
commit6cf9c4f9997a995eda14f7a99da0f1056762fee0 (patch)
tree80fea3fbdf0546f116475383fbc2f93562136ac6 /frontend
parentfd68c98d6c6bed5d0d04e0d0da19b8c5fb8b6e22 (diff)
custom
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>