Beautify the web

This commit is contained in:
2017-09-12 14:30:42 +07:00
parent 1f62a24c80
commit 5b1b546dc5
12 changed files with 6048 additions and 208 deletions

View File

@@ -9,20 +9,17 @@
<h1>Login</h1>
<div class="flex four grow">
<div class="fourth">
<!-- <label for="username">Username: </label> -->
<div class="fourth-600 full">
<input type="text" name="username" value="" placeholder="Username" maxlength="25" autocomplete="off">
</div>
<div class="two-fourth">
<!-- <label for="password">Password: </label> -->
<div class="fourth-600 full">
<input type="password" name="password" value="" placeholder="Password">
</div>
<div></div>
<div class="fourth-600 none"></div>
<div class="fourth-600 none"></div>
<input type="hidden" name="_token" value="{{ token }}">
<div>
<input type="hidden" name="_token" value="{{ token }}">
</div>
<div>
<button type="submit" class="half">Masuk</button>
<button type="submit" class="half-600 full">Masuk</button>
</div>
</div>
</form>