summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2024-08-20 16:50:32 +0300
committerMarin Ivanov <[email protected]>2024-08-20 16:50:32 +0300
commit7661fbf35526696c6a563e8d6378e040930a0de9 (patch)
treee51dc0a2b856df92a1c37f88dfc1fd607d77cd61 /index.html
parentda5fd96e5e9364a6ae26a9a2ffe5dad294d93ec7 (diff)
V2
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 6 insertions, 15 deletions
diff --git a/index.html b/index.html
index 7a19004..363f319 100644
--- a/index.html
+++ b/index.html
@@ -8,26 +8,17 @@
<body>
<div class="container">
<header><big>🛠️ WebIF 2.0</big></header>
- <main>
- <nav>
- <label for="showmenu"><span>☰</span> Меню</label>
- <input type="checkbox" id="showmenu" />
-
- <a class="active" href="#">Home</a>
- <a href="#/network">Network</a>
- <a href="#/config">Configuration</a>
- <a href="#/tools">Tools</a>
- </nav>
- <section id="app"></section>
- </main>
+ <div id="root"></div>
</div>
<div id="loader" title="цъкни да скриеш">
<div>
<div class="loadspin"></div>
<p>
- <noscript>Не</noscript>
- Зарежда...
- <noscript>JavaScript не е включен.</noscript>
+ Loading...
+ <noscript>
+ FAILED. JavaScript is disabled.
+ <p><a href="command.html">Use Command Interface</a></p>
+ </noscript>
</p>
</div>
</div>