Add scripts to create myops-getqueryview:
[myops.git] / web / query / vendor / couchapp / evently / account / loginForm / mustache.html
1 <form>
2   <label for="name">Name</label> <input type="text" name="name" value="" autocapitalize="off" autocorrect="off">
3   <label for="password">Password</label> <input type="password" name="password" value="">
4   <input type="submit" value="Login">
5   <a href="#signup">or Signup</a>
6 </form>