Skip to content

Commit

Permalink
HelpUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDodger committed May 20, 2022
1 parent 74872c1 commit d5bbda0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions contactme.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d5bbda0

Please sign in to comment.