mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-19 19:17:01 -07:00
13 lines
No EOL
595 B
HTML
13 lines
No EOL
595 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<div class="log-form">
|
|
<h2>Login to your account</h2>
|
|
<form action="/api/login" method="post">
|
|
<input type="text" id="username" name="username" title="username" placeholder="Enter your username or email..." /><br/>
|
|
<input type="password" id="password" name="password" title="password" placeholder="Enter your password..." /><br/>
|
|
<button type="submit" class="btn">Login</button><br/>
|
|
<a class="forgot" href="#">Forgot Username?</a><br/>
|
|
<label>(hint: try 'openchami' for both username and password)</label>
|
|
</form>
|
|
</div><!--end log form -->
|
|
</html> |