Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 1.51 KB

contact.markdown

File metadata and controls

41 lines (39 loc) · 1.51 KB
layout title permalink type order slug show_in_nav
bare
Contact
contact
page
99
contact
false

Contact Me

Your Name
Email Address
Message <textarea class="uk-textarea" rows="5" name="message" id="message" placeholder="" required=""></textarea>
<script> window.onbeforeunload = () => { for(const form of document.getElementsByTagName('form')) { form.reset(); } } </script>