Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon authored Feb 25, 2024
1 parent 7def2a2 commit 4a69db6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ body
div.row > div.col-12 > h3.fw-bold: "Leave a message"
div#commentForm
@client target="#commentForm"
form method="POST" action="/submitComment"
div.form-floating
input.form-control type="text" name="username"
placeholder="Your name" autocomplete="off" required=""
label: "Your name"
div.form-floating.my-3
textarea.form-control name="message" style="height: 140px" required="": "Your message"
label: "Your message"
div.text-center > button.btn.btn-dark.px-4.rounded-pill type="submit": "Submit your message"
@end
@client target="#commentForm"
form method="POST" action="/submitComment"
div.form-floating
input.form-control type="text" name="username"
placeholder="Your name" autocomplete="off" required=""
label: "Your name"
div.form-floating.my-3
textarea.form-control name="message" style="height: 140px" required="": "Your message"
label: "Your message"
div.text-center > button.btn.btn-dark.px-4.rounded-pill type="submit": "Submit your message"
@end
```

## Browser Sync & Reload
Expand Down

0 comments on commit 4a69db6

Please sign in to comment.