nodeserver
Version:
Nodeserver is a NodeJS Web Server with reverse proxy functionality alternative to Nginx reverse proxy for NodeJS projects
31 lines (29 loc) • 1.13 kB
text/jade
doctype html
html
head
meta(charset="utf-8")
meta(name="viewport" content="width=device-width, initial-scale=1.0")
title Start Bootstrap - SB Admin Version 2.0 Demo
link(href="/css/bootstrap.min.css" rel="stylesheet")
link(href="/font-awesome/css/font-awesome.css" rel="stylesheet")
link(href="/css/sb-admin.css" rel="stylesheet")
body
div.container
div.row
div.col-md-4.col-md-offset-4
div.login-panel.panel.panel-default
div.panel-heading
h3.panel-title Please Sign In
div.panel-body.text-center
img(src='/images/nodeserver-logo-mini.png')
form(role="form" method="post" action="/login")
fieldset
div.form-group
input.form-control(placeholder="User" name="user" type="text" autofocus)
div.form-group
input.form-control(placeholder="Password" name="password" type="password" value="")
input.btn.btn-lg.btn-success.btn-block(type="submit" value="Login")
script(src="js/jquery-1.10.2.js")
script(src="js/bootstrap.min.js")
script(src="js/plugins/metisMenu/jquery.metisMenu.js")
script(src="js/sb-admin.js")