mirror of
https://github.com/sstent/node.git
synced 2026-01-25 14:42:00 +00:00
14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
#container
|
|
#logo
|
|
a(href='/')
|
|
img(src='/images/logo.png')
|
|
#display
|
|
#login
|
|
form(method='post')
|
|
| Enter new Name and Salary
|
|
div
|
|
input(type='text', name='name')
|
|
input(type='text', name='salary')
|
|
input(type='submit', value='Save')
|
|
|
|
include footer |