Skip to content

Instantly share code, notes, and snippets.

View bestony's full-sized avatar
🎯
Focusing

白宦成 bestony

🎯
Focusing
View GitHub Profile
@bestony
bestony / index.html
Last active December 15, 2015 14:25
A Backend OF Mail Subscription Page
<form action="mail.php" method="POST" id="subscribe">
<input type="text" id="subscribe-email" name="email" maxlength="50" placeholder="Enter your email address to subscribe for news" class="magnetic"><input type="submit" id="subscribe-submit" value="SUBSCRIBE" class="magnetic">
</form>