style: use meaningful placeholders

This commit is contained in:
Oliver Booth 2023-08-11 02:27:07 +01:00
parent 69963a5b81
commit 682b7c2a87
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 2 additions and 2 deletions

View File

@ -41,12 +41,12 @@
<div class="form-group" style="margin-top: 10px;">
<label for="project-title">Your Name</label>
<input type="text" class="form-control" id="name" name="project-title" placeholder="Bob">
<input type="text" class="form-control" id="name" name="project-title" placeholder="Who are you?">
</div>
<div class="form-group" style="margin-top: 10px;">
<label for="project-title">Your Email Adddress</label>
<input type="email" class="form-control" id="email" name="project-title" placeholder="bob@example.com">
<input type="email" class="form-control" id="email" name="project-title" placeholder="How can I reach you, if I need to?">
</div>
<div class="form-group" style="margin-top: 10px;">