diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-11-29 23:47:09 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-11-29 23:47:09 +0700 |
| commit | 1f532d12d4fd8df4116a63ea62a8b21eba1d2db3 (patch) | |
| tree | e32f64fcc26f16b4ba4025deb3c1d6a2431e10ef /frontend/start | |
| parent | bbf906b8f3b6a29ec3b903a99bd5a266ae66d134 (diff) | |
response codes
Diffstat (limited to 'frontend/start')
| -rw-r--r-- | frontend/start/index.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/frontend/start/index.html b/frontend/start/index.html index 7567ad5..bd7e407 100644 --- a/frontend/start/index.html +++ b/frontend/start/index.html @@ -62,7 +62,7 @@ </div> <div class="section-container no-pad"> <h1>Start</h1> - <div class="section-container row bg-red"> + <div class="section-container row bg-red" id="notif-panel"> <div class="flex-center-container"> <span class="icon">🔔</span> </div> @@ -74,11 +74,6 @@ <button class="button bg-1" id="startbtn">Start</button> </div> <script src="/main.js"></script> - <script> - document.getElementById("startbtn").addEventListener("click", () => { - start(); - }); - startUpdateMachines(); - </script> + <script src="/start.js"></script> </body> </html> |
