hopjs
Version:
A RESTful declarative API framework, with stub generators for Shell, and Android
16 lines (14 loc) • 471 B
text/jade
extends layout
block head
script(src="/scripts/jquery.min.js")
script(src=Hop.hopjsURL)
script(src=Hop.apiURL)
block content
script
a(href=Hop.docURL) Documentation about the API
form(method="post", action="https://"+hostname+":3443/api/secure/")
input(type="hidden", name="_hopTemplate", value="result.jade")
input(type="hidden", name="_csrf", value=_csrf)
input(type="text", name="username")
input(type="password",name="password")
input(type="submit")