2015-03-27 02:00:01 +01:00
|
|
|
<h2 class="title">Login</h2>
|
|
|
|
|
2015-05-05 03:00:01 +02:00
|
|
|
<form method="post" action="<?php echo HTML_PATH_ADMIN_ROOT.'login' ?>" class="forms" autocomplete="">
|
2015-03-27 02:00:01 +01:00
|
|
|
<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>
|