mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 09:58:46 +00:00
Compare commits
2 Commits
90b7aa5b6f
...
1149d1fdfb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1149d1fdfb | ||
|
|
cdb6222553 |
@@ -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="email">Email:</label>
|
<label for="name">Subject:</label>
|
||||||
<input type="email" name="email" class="inputbox" placeholder="Email" autocomplete="email" required>
|
<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>
|
<br>
|
||||||
<label for="subject">Password:</label>
|
|
||||||
<input type="text" name="subject" class="inputbox" placeholder="Subject" required>
|
|
||||||
<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