diff options
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contact.html b/contact.html index 7d4f19a..20cd9e0 100644 --- a/contact.html +++ b/contact.html @@ -27,17 +27,17 @@ </div> </div> </nav> - <div class='post'> + <section> <h1>email</h1><a href='mailto:info@pdp8.info'>info@pdp8.info</a> <h1>fediverse</h1><a href='https://social.pdp8.info/pdp8'>@pdp8@social.pdp8.info</a> <h1>newsletter</h1> <p><em>your email will be used only for the newsletter and won't be shared with anyone</em></p> <h2>subscribe</h2>send a mail to <a href='mailto:info@pdp8.info?subject=Subscribe'>info@pdp8.info</a> with <b>subscribe</b> in the subject line <h2>unsubscribe</h2>send a mail to <a href='mailto:info@pdp8.info?subject=Subscribe'>info@pdp8.info</a> with <b>unsubscribe</b> in the subject line - </div> - <div class='license'> + </section> + <footer> <a href='mailto:info@pdp8.info'>©pdp8</a> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a> <p>no tracking, cookies, javascript, or server-side scripting. source code: <a href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a></p> - </div> + </footer> </body> </html> |