diff options
| author | ParliamentMan <parliamentman@tfwno.gf> | 2026-04-21 21:41:04 -0700 |
|---|---|---|
| committer | ParliamentMan <parliamentman@tfwno.gf> | 2026-04-21 21:41:04 -0700 |
| commit | 9b2606e054a8adb69b47bfdc574b95c3dbb106a3 (patch) | |
| tree | 2457470d0112f10fd10364a1d64583345e988905 /contact.html | |
| parent | 22f25d2581370dbd4f55a994207693c389b0e65e (diff) | |
More tests
Diffstat (limited to 'contact.html')
| -rw-r--r-- | contact.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..bcaf49e --- /dev/null +++ b/contact.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html><head> + <link rel="stylesheet" href="britons.css"> + <meta http-equiv="content-type" content="text/html; charset=windows-1252"> + <meta name="author" content="Jodian Buenaventura" > + <meta name="keywords" content="hmofa, tech, writing, index"> + <meta name="description" content="Contact information for the owner of El Arriero."> + <title>El Arriero - Contact</title> + </head> + <body> + <header role="banner"> + <a href="https://elarriero.org/" title="The Muleteer">El Arriero</a> + <br> + <i>Home of the Britishly Mediocre</i> + </header> + + <ul class="navbar" role="navigation"> + <li><a href="https://wiki.elarriero.org/" title="Under construction">Mediocre Wiki</a></li> + <li><a href="https://press.elarriero.org/" title="Currently empty">Mediocre Press</a></li> + <li><a href="https://elarriero.org/contact.html" title="Motivations and contact info">Contact</a></li> + </ul> + + <div class="content" role="main"> + <h2>Email</h2> + <p>I'd love to hear from you guys. You can contact me on my own <a href="mailto:parliamentman@elarriero.org" title="My homegrown email">email</a>, but some big providers like gmail/outlook will refuse to send mail there. I also have this <a href="mailto:parliamentman@tfwno.gf">alternate mail</a>, which should work with larger providers.</p> + <h2>IRC</h2> + <p>I also have an IRC server: irc.elarriero.org [Access only allowed on port 6697 (SSL)]. + <br> + </p> + </div> + + + + </div> + + + +</body></html> + |
