This commit is contained in:
9
wwwroot/js/templates/app.authenticate.handlebars
Normal file
9
wwwroot/js/templates/app.authenticate.handlebars
Normal file
@@ -0,0 +1,9 @@
|
||||
<div>
|
||||
<img src="android-chrome-192x192.png" alt="Rockfish logo" >
|
||||
<h2>Login</h2>
|
||||
<form method="post" action="index.html">
|
||||
<p><input type="text" id="login" value="" placeholder="Username" autocapitalize="none"></p>
|
||||
<p><input type="password" id="password" value="" placeholder="Password"></p>
|
||||
<p class="submit"><input type="submit" id="btnSubmit" value="Login"></p>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user