Add scripts to create myops-getqueryview:
[myops.git] / web / query / vendor / couchapp / evently / account / loginForm / mustache.html
diff --git a/web/query/vendor/couchapp/evently/account/loginForm/mustache.html b/web/query/vendor/couchapp/evently/account/loginForm/mustache.html
new file mode 100644 (file)
index 0000000..3646abd
--- /dev/null
@@ -0,0 +1,6 @@
+<form>
+  <label for="name">Name</label> <input type="text" name="name" value="" autocapitalize="off" autocorrect="off">
+  <label for="password">Password</label> <input type="password" name="password" value="">
+  <input type="submit" value="Login">
+  <a href="#signup">or Signup</a>
+</form>
\ No newline at end of file