Beautify the web
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user