diff options
Diffstat (limited to 'html/index.html')
| -rw-r--r-- | html/index.html | 2 | 
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> | 
