mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
Fixed a few stuffs...
This commit is contained in:
@@ -160,21 +160,21 @@ I write/make music (DTM), and for every releases I'll post my musics in this web
|
||||
|
||||
</div>
|
||||
<div class="row justify-content-center mt-4">
|
||||
<form action="mailto:t404owo@gmail.com" id="contact-form" novalidate="novalidate" method="post">
|
||||
<form action="https://t404null.atwebpages.com/mail/" id="contact-form" novalidate="novalidate" method="post">
|
||||
<div class="form-group">
|
||||
<label for="exampleFormControlInput1">Name</label>
|
||||
<label for="name">Name</label>
|
||||
<input type="text" class="form-control" id="name" name="name" placeholder="Your name" required="">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="exampleFormControlInput1">Email</label>
|
||||
<label for="email">Email</label>
|
||||
<input type="email" class="form-control" id="email" name="email" placeholder="example@example_mail.com" required="">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="exampleFormControlInput1">Subject</label>
|
||||
<label for="subject">Subject</label>
|
||||
<input type="text" class="form-control" id="subject" name="subject" placeholder="Email Subject" required="">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="exampleFormControlTextarea1">Message</label>
|
||||
<label for="messsage">Message</label>
|
||||
<textarea class="form-control" id="message" name="message" rows="5" placeholder="Write your message here" required=""></textarea>
|
||||
</div>
|
||||
<input type="submit" class="btn btn-outline-primary" name="submit" id="contact-submit" data-submit="Sending...">
|
||||
|
||||
Reference in New Issue
Block a user