Compare commits

..

2 Commits

Author SHA1 Message Date
t404owo
1149d1fdfb made the text not too serious to delight my client ofc ;D
Some form edit b4 CSS and JS involved....
2025-10-16 23:11:37 +00:00
t404owo
cdb6222553 updated form nor now ._."
Time to apply CSS and JS
2025-10-16 23:06:21 +00:00

View File

@@ -223,12 +223,19 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
<hr />
<div class="contact-email">
<form method="POST" class="form">
<label for="email">Email:</label>
<input type="email" name="email" class="inputbox" placeholder="Email" autocomplete="email" required>
<label for="name">Subject:</label>
<input type="text" name="name" class="inputbox" placeholder="Your Name" required>
<br>
<label for="email">Email:</label>
<input type="email" name="email" class="inputbox" placeholder="your.email@here.please" autocomplete="email" required>
<br>
<label for="subject">Subject:</label>
<input type="text" name="subject" class="inputbox" placeholder="Your topic here ;)" required>
<br>
<label for="message">Message:</label>
<textarea type="text" name="message" class="inputbox" placeholder="Message here." required> </textarea>
<br>
<br>
<label for="subject">Password:</label>
<input type="text" name="subject" class="inputbox" placeholder="Subject" required>
<br><br>
<!-- div class="error_box" /div-->
<button type="submit" class="formbutton">Login</button>
</form>