added server indicator and connect button to header

This commit is contained in:
mellodoot 2023-10-02 13:56:26 +01:00
parent f8aabee1cc
commit 221e5b9147
4 changed files with 60 additions and 20 deletions

View file

@ -24,6 +24,12 @@
</head>
<body>
<header>
<ul>
<li id="server-url">not connected</li>
<li><a id="connect">connect</a></li>
</ul>
</header>
<main>
<pre id="content"></pre>
<input type="text" id="mobile-input">