Skip to content

Commit

Permalink
wrap the input inside a div
Browse files Browse the repository at this point in the history
  • Loading branch information
marianzburlea committed Sep 2, 2022
1 parent 8e5f01e commit 192a064
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/marianzburlea/div/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ div
li item 1
li item 2

input(
type="text"
id="lname"
name="lname"
)

html
head
title asdasdasd
body
div
input(
type="text"
id="lname"
name="lname"
)

0 comments on commit 192a064

Please sign in to comment.