summaryrefslogtreecommitdiffhomepage
path: root/html/index.html
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-01-09 22:20:32 +0100
committerRoland Stigge <stigge@antcom.de>2018-01-09 22:20:32 +0100
commit97c8b7f21b8aeeda56f68deee8349f381d60eb96 (patch)
tree2b9bf848429902071da32a77e55389bc47d38adf /html/index.html
parentffb84def973e117e52555fb06eb9b078040e2849 (diff)
Fix mobile view, add password configv1.0
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
index db60e7a..92fdc78 100644
--- a/html/index.html
+++ b/html/index.html
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Webbox</title>
<link rel="stylesheet" type="text/css" href="webbox.css"/>
<script src="webbox.js"></script>
@@ -47,6 +48,7 @@
<tr><td class="entry" onclick="hideMenu(); move();">Move</td></tr>
<tr><td class="entry" onclick="hideMenu(); info();">Info</td></tr>
<tr><td class="entry" onclick="hideMenu(); selectAll();">Select/Unselect All</td></tr>
+ <tr><td class="entry" onclick="hideMenu();">Close Menu</td></tr>
</table>
</div>