mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 09:58:46 +00:00
made the text not too serious to delight my client ofc ;D
Some form edit b4 CSS and JS involved....
This commit is contained in:
@@ -224,16 +224,16 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
|
|||||||
<div class="contact-email">
|
<div class="contact-email">
|
||||||
<form method="POST" class="form">
|
<form method="POST" class="form">
|
||||||
<label for="name">Subject:</label>
|
<label for="name">Subject:</label>
|
||||||
<input type="text" name="name" class="inputbox" placeholder="Name" required>
|
<input type="text" name="name" class="inputbox" placeholder="Your Name" required>
|
||||||
<br>
|
<br>
|
||||||
<label for="email">Email:</label>
|
<label for="email">Email:</label>
|
||||||
<input type="email" name="email" class="inputbox" placeholder="Email" autocomplete="email" required>
|
<input type="email" name="email" class="inputbox" placeholder="your.email@here.please" autocomplete="email" required>
|
||||||
<br>
|
<br>
|
||||||
<label for="subject">Subject:</label>
|
<label for="subject">Subject:</label>
|
||||||
<input type="text" name="subject" class="inputbox" placeholder="Subject" required>
|
<input type="text" name="subject" class="inputbox" placeholder="Your topic here ;)" required>
|
||||||
<br>
|
<br>
|
||||||
<label for="message">Message:</label>
|
<label for="message">Message:</label>
|
||||||
<textarea type="text" name="message" class="inputbox" placeholder="Message" required> </textarea>
|
<textarea type="text" name="message" class="inputbox" placeholder="Message here." required> </textarea>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<!-- div class="error_box" /div-->
|
<!-- div class="error_box" /div-->
|
||||||
|
|||||||
Reference in New Issue
Block a user