-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,31 @@ | |
</head> | ||
<body> | ||
<main> | ||
<center> | ||
<form> | ||
<h1> | ||
For contacting during this time, please e-mail, | ||
<br> | ||
<br> | ||
Company: [email protected] | ||
<br> | ||
<br> | ||
CEO personal: [email protected] | ||
<br> | ||
<br> | ||
Thanks for sticking with Obfuscator Plus! | ||
|
||
</h1> | ||
</center> | ||
<!--NONE OF THIS | ||
<p>SEND E-MAIL</p> | ||
<form class="contact-form" action="contactform.php" method="post"> | ||
<input type="text" name="name" placeholder="Full name ">, | ||
<input type="text" name="mail" placeholder="Your e-mail"> | ||
<input type="text" name="subject" placeholder="Subject"> | ||
<textarea name="message" placeholder="Message"></textarea> | ||
<button type="submit" name="submit">SEND MAIL</button> | ||
--> | ||
</form> | ||
</main> | ||
</body> | ||
|