Skip to content

Commit 0bc2d2d

Browse files
authored
Create person.jade
1 parent e276c57 commit 0bc2d2d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

person.jade

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
doctype html
2+
html
3+
head
4+
title Person
5+
body
6+
form(action='/person', method='POST')
7+
div
8+
label(for='name') Name:
9+
input(name='name')
10+
br
11+
div
12+
label(for='age') Age:
13+
input(name='age')
14+
br
15+
div
16+
label(for='nationality') Nationality:
17+
input('name'='nationality')
18+
br
19+
button(type='submit') Create new person

0 commit comments

Comments
 (0)