Last active
October 26, 2017 07:37
-
-
Save nicholas0g/e1dbf3b8fc7601128c6c1552dac6b801 to your computer and use it in GitHub Desktop.
Simple express middleware example login (https://nicholasgiordano.it)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends layout | |
block content | |
form(action='/login' method='post') | |
p User: | |
input(type='text' name='user' required) | |
p Password: | |
input(type='password' name='password' required) | |
p | |
button(type='submit') Accedi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment