diff options
Diffstat (limited to 'html/index.html')
| -rw-r--r-- | html/index.html | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/html/index.html b/html/index.html index 3b75f44..6885bd4 100644 --- a/html/index.html +++ b/html/index.html @@ -80,6 +80,19 @@  			<input type="text" id="renamenew" class="textinput"></input>  			<br/>  		</div> +		 +		<div id="login-dialog" hidden> +			<span id="logintitle">Webbox</span><br/> +			<br/> +			Username:<br/> +			<input type="text" id="loginusername" class="textinput"></input> +			Password:<br/> +			<input type="password" id="loginpassword" class="textinput"></input> +		</div> + +		<div id="logout-dialog" hidden> +			Are you sure you want to log out? +		</div>  		<a id="download-a" hidden></a> | 
