mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 09:58:46 +00:00
Change form to use POST method for mail form
This commit is contained in:
@@ -233,7 +233,7 @@ Here is my contact list. Feel free to contact me in case you need anything in my
|
||||
(Or) Contact me here
|
||||
</h1>
|
||||
<div class="contact-email">
|
||||
<form class="form" id="mail-form">
|
||||
<form method="POST" class="form" id="mail-form">
|
||||
<label for="name">Name:</label>
|
||||
<input type="text" name="name" id="name" class="inputbox" placeholder="Your Name" required>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user