Change label from 'Subject' to 'Name'

This commit is contained in:
t404owo
2025-10-19 02:24:53 +02:00
committed by GitHub
parent eefe20d81c
commit 254bc8a3cc

View File

@@ -234,7 +234,7 @@ Here is my contact list. Feel free to contact me in case you need anything in my
</h1>
<div class="contact-email">
<form method="POST" class="form" id="mail-form">
<label for="name">Subject:</label>
<label for="name">Name:</label>
<input type="text" name="name" id="name" class="inputbox" placeholder="Your Name" required>
<br>
<label for="email">Email:</label>