mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
Compare commits
4 Commits
123fd0a7bf
...
e74d3dcf43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e74d3dcf43 | ||
|
|
9e18c458a5 | ||
|
|
254bc8a3cc | ||
|
|
eefe20d81c |
@@ -44,7 +44,7 @@ form.addEventListener("submit", async (e) => {
|
|||||||
form.reset();
|
form.reset();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("Error sending message:", error);
|
console.error("Error sending message:", error);
|
||||||
statusMessage.textContent = (error === "field_missing") ?
|
statusMessage.textContent = (error.message === "field_missing") ?
|
||||||
/*if (error==="field_missing")*/
|
/*if (error==="field_missing")*/
|
||||||
"Please fill in all fields." :
|
"Please fill in all fields." :
|
||||||
/*else*/
|
/*else*/
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ Here is my contact list. Feel free to contact me in case you need anything in my
|
|||||||
</h1>
|
</h1>
|
||||||
<div class="contact-email">
|
<div class="contact-email">
|
||||||
<form method="POST" class="form" id="mail-form">
|
<form method="POST" class="form" id="mail-form">
|
||||||
<label for="name">Subject:</label>
|
<label for="name">Name:</label>
|
||||||
<input type="text" name="name" id="name" class="inputbox" placeholder="Your Name" required>
|
<input type="text" name="name" id="name" class="inputbox" placeholder="Your Name" required>
|
||||||
<br>
|
<br>
|
||||||
<label for="email">Email:</label>
|
<label for="email">Email:</label>
|
||||||
@@ -253,4 +253,4 @@ Here is my contact list. Feel free to contact me in case you need anything in my
|
|||||||
</main>
|
</main>
|
||||||
<div class="footer">© t404:null 2021-2025 - All Rights Reserved</div>
|
<div class="footer">© t404:null 2021-2025 - All Rights Reserved</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user