Initial commit
This commit is contained in:
17
site/en/admin/login.php
Normal file
17
site/en/admin/login.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class='login-box'>
|
||||
<h2>Login</h2>
|
||||
<form action="login.php" method="post" accept-charset="utf-8">
|
||||
<p class='field'>
|
||||
<label for='username'>Username</label>
|
||||
<input type="text" name="username" value="" id="username"/>
|
||||
</p>
|
||||
<p class='field'>
|
||||
<label for='password'>Password</label>
|
||||
<input type="password" name="password" value="" id="password"/>
|
||||
</p>
|
||||
<p><input type="submit" value="Login →"></p>
|
||||
</form>
|
||||
<p>
|
||||
« <a href='/' title='Home page'>Go to home page</a>
|
||||
</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user