bludit/admin/views/login.php

13 lines
444 B
PHP

<h2 class="title">Login</h2>
<form method="post" action="<?php echo HTML_PATH_ROOT.'admin/login' ?>" class="forms" autocomplete="">
<label>
<input type="text" name="username" placeholder="Username" class="width-100">
</label>
<label>
<input type="password" name="password" placeholder="Password" class="width-100">
</label>
<p>
<button class="btn btn-blue width-100">Log in</button>
</p>
</form>