Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jespermhl committed May 24, 2024
1 parent 2b17492 commit 5e561bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ <h1 style="padding-top: 3em">Contact</h1>
<div class="mb-3 form-floating">
<input
type="email"
name="email"
class="form-control"
id="emailInput"
placeholder="[email protected]" />
Expand All @@ -99,6 +100,7 @@ <h1 style="padding-top: 3em">Contact</h1>
<div class="mb-3 form-floating">
<textarea
class="form-control"
name="message"
placeholder="Leave a message here"
id="messageInput"
style="height: 140px"></textarea>
Expand All @@ -107,10 +109,12 @@ <h1 style="padding-top: 3em">Contact</h1>
<div class="mb-3 form-check">
<input
type="checkbox"
name="privacycheck"
class="form-check-input"
id="exampleCheck1" />
<label class="form-check-label" for="exampleCheck1">
I have read and accept the <a href="/privacypolicy/">Privacy Policy</a>.
I have read and accept the
<a href="/privacypolicy/">Privacy Policy</a>.
</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
Expand Down

0 comments on commit 5e561bf

Please sign in to comment.