UNPKG

cabmin

Version:

Simple control panel for Node.js based on OrangeBox

9 lines (8 loc) 620 B
<h1>Login to the system</h1> <form method="post" action=""> <label for="login" >Login</label><input type="text" value="{{ login }}" id="login" name="login" autocapitalize="off" autocorrect="off" /><br /> <label for="password" >Password</label> <input type="password" value="" id="password" name="password" autocapitalize="off" autocorrect="off" /><br /> <div class="remember"><input type="checkbox" name="remember" id="remember" value="1" checked> <span>Remember Me</span></div> <input type="submit" name="entercabmin" id="autopost" value="Log in" style="width:auto;"> <div class="clear"></div> </form>