Adding login box

This commit is contained in:
Daniel Scalzi
2017-05-17 14:51:49 -04:00
parent c83809b0dc
commit 771b0984f1
2 changed files with 75 additions and 1 deletions

View File

@@ -38,7 +38,21 @@
<div id="main_content">
<div id="left_pane">
<span id="welcome_text">Welcome to WesterosCraft!</span>
<div id="login_container">
<div id="login_container_left">
<img src="https://minotar.net/avatar/TheAventine.png" id="login_image" />
</div>
<div id="login_container_right">
<label class="login_field">Username</label>
<input type="text" name="username"></input>
<label class="login_field">Password</label>
<input type="password" name="password"></input>
</div>
</div>
<div id="login_button_dock">
<button id="button_login">Login</button>
</div>
</div>
<div id="right_pane">
<div class="toggle-btn-grp">