added server indicator and connect button to header
This commit is contained in:
parent
f8aabee1cc
commit
221e5b9147
4 changed files with 60 additions and 20 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue