diff options
Diffstat (limited to 'contact.html')
| -rw-r--r-- | contact.html | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..9c508f9 --- /dev/null +++ b/contact.html @@ -0,0 +1,73 @@ +<html lang="en"> + <head> + <meta name="author" content="Salvador Franco de Rivera"> + <meta name="description" content="El Arriero's contact page"> + <meta name="keywords" content="furry,hmofa,art,linux, contact"> + <link href="/neuarriero.css" rel="stylesheet"> + <title>El Arriero's Directory - Contact</title> + </head> + + <body> + <header> + <a href="https://www.youtube.com/playlist?list=PLa2uXwVHk-lgRQDTyjF6wrB_GDE8yRC-J"> + <img src="/media/icon.webp"> + </a> + <div> + <h1> + <a href="/index.html" title="The Muleteer's Directory">El Arriero's Directory</a> + </h1> + <small>Tirelessly traveling the web for <b>furry girls, computers, weapons, and more</b>.</small> + </div> + </header> + <nav> + <a href="/index.html"> + <img src="/icons/house.png"> + Home + </a> + <a href="/about.html"> + <img src="/icons/information.png"> + About Me + </a> + <a href="/contact.html"> + <img src="/icons/email.png"> + Contact + </a> + <a href="/donate.html"> + <img src="/icons/money.png"> + <del>Donate</del> + </a> + <a href="thingy"> + <img src="/icons/group.png " alt=""> + <del>More HMOFA</del> + </a> + <a href="thingy"> + <img src="/icons/computer.png"> + <del>Fun Technology</del> + </a> + <a href="thingy"> + <img src="/icons/film.png"> + <del>The Kinoplex</del> + </a> + <a href="" > + <img src="/icons/comments.png" alt=""> + <del>Language Resources</del> + </a> + <a href="" > + <img src="/icons/bomb.png" alt=""> + <del>Gunpowder & More</del> + </a> + + </nav> + <hr> + <main> + <h2>Contact</h2> + <p>I'd love to hear from you! You can contact me here through these methods:</p> + <ul> + <li><a href="mailto:yorkshirefigs@posteo.uk">Email <img src="/icons/email_edit.png"></a></li> + <li><a href="https://cytu.be/r/HmofaTV">Cytube Chatroom <img src="/icons/television.png"><img src="/icons/link_go.png"></a></li> + </ul> + </main> + <img title="Oh, aren't you a cutie." class="fig" src="/media/fig_smoke.webp"> + </body> + +</html> |
