Fixed a few stuffs...

This commit is contained in:
Glitch (t404null)
2022-12-23 17:16:52 +00:00
parent 21e4ee06f9
commit 0b70ccd643
1414 changed files with 4357 additions and 124419 deletions

View File

@@ -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...">