mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
updated form nor now ._."
Time to apply CSS and JS
This commit is contained in:
@@ -223,12 +223,19 @@ I write/make/produce EDM music(DTM), and for every releases I'll post my music o
|
|||||||
<hr />
|
<hr />
|
||||||
<div class="contact-email">
|
<div class="contact-email">
|
||||||
<form method="POST" class="form">
|
<form method="POST" class="form">
|
||||||
|
<label for="name">Subject:</label>
|
||||||
|
<input type="text" name="name" class="inputbox" placeholder="Name" required>
|
||||||
|
<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="Email" autocomplete="email" required>
|
||||||
<br>
|
<br>
|
||||||
<label for="subject">Password:</label>
|
<label for="subject">Subject:</label>
|
||||||
<input type="text" name="subject" class="inputbox" placeholder="Subject" required>
|
<input type="text" name="subject" class="inputbox" placeholder="Subject" required>
|
||||||
<br><br>
|
<br>
|
||||||
|
<label for="message">Message:</label>
|
||||||
|
<textarea type="text" name="message" class="inputbox" placeholder="Message" required> </textarea>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
<!-- div class="error_box" /div-->
|
<!-- div class="error_box" /div-->
|
||||||
<button type="submit" class="formbutton">Login</button>
|
<button type="submit" class="formbutton">Login</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user