diff options
| author | Marin Ivanov <[email protected]> | 2024-08-21 01:58:20 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2024-08-21 01:58:20 +0300 |
| commit | c550c3bc1c6cce7bb8a4916348e91dfb71074919 (patch) | |
| tree | dc51abc4c6ae67be04f75acd81e8f27fb10242c9 /index.html | |
| parent | 4010314ed257aeb09cfea9e24ed9e34731375245 (diff) | |
fix cmd() and sending form data
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf8"> - <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="viewport" content="width=device-width,initial-scale=1"> <title>WebIF 2.0</title> <link rel="stylesheet" href="style.css"> </head> @@ -13,12 +13,12 @@ </div> <div id="loader" title="click to hide"> <div> - <div class="loadspin"></div> - <p>Loading...</p> - </div> + <div class="loadspin"></div> + <p>Loading...</p> + </div> </div> - <script src="ka.js"></script> <script src="config.js"></script> + <script src="ka.js"></script> <script src="app.js"></script> </body> </html> |
