This file contains hidden or 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
<form class="form" action="mail.php" method="post"> | |
<!-- Name Field Start --> | |
<div class="name"> | |
<input type="text" placeholder="YOUR NAME" name="name"> | |
</div> | |
<!-- Name Field End --> | |
<!-- Email Start --> | |
<div class="email"> | |
<input type="email" placeholder="YOUR EMAIL" name="email"> | |
</div> |