mirror of
https://github.com/sstent/node.git
synced 2026-01-25 14:42:00 +00:00
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
#container
|
|
#logo
|
|
a(href='/')
|
|
img(src='/images/logo.png')
|
|
#display
|
|
#login
|
|
form(method='post')
|
|
| Enter your name if you want to be a ninja
|
|
div
|
|
input(type='text', name='username')
|
|
input(type='submit', value='Log In')
|
|
|
|
include footer |