Publish HTML quickly. https://html.house
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

63 lines
2.5 KiB

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Contact HTMLhouse</title>
  5. <link rel="stylesheet" type="text/css" href="/css/house.css" />
  6. <link rel="shortcut icon" href="/favicon.ico" />
  7. <link rel="icon" type="image/png" href="/img/favicon-chrome.png" sizes="192x192">
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  9. <meta name="theme-color" content="#888888" />
  10. <meta name="description" content="Contact the team at HTMLhouse.">
  11. <meta name="application-name" content="HTMLhouse">
  12. <meta name="application-url" content="https://html.house">
  13. <meta itemprop="name" content="Contact HTMLhouse">
  14. <meta itemprop="description" content="Contact the team at HTMLhouse.">
  15. <meta name="twitter:card" content="summary_large_image">
  16. <meta name="twitter:site" content="@HTMLhouse">
  17. <meta name="twitter:title" content="Contact HTMLhouse">
  18. <meta name="twitter:description" content="Contact the team at HTMLhouse.">
  19. <meta property="og:title" content="Contact HTMLhouse" />
  20. <meta property="og:site_name" content="HTMLhouse" />
  21. <meta property="og:type" content="object" />
  22. <meta property="og:url" content="https://html.house/contact.html" />
  23. <meta property="og:description" content="Contact the team at HTMLhouse." />
  24. </head>
  25. <body>
  26. <header>
  27. <h1>HTMLhouse</h1>
  28. <nav>
  29. <a class="home" href="/">&lt;&#8962;/&gt;</a>
  30. <a href="/browse">browse</a>
  31. <a href="/about.html">about</a>
  32. <a class="current" href="/contact.html">contact</a>
  33. </nav>
  34. </header>
  35. <div id="wrapper">
  36. <h2>Contact Us</h2>
  37. <p>Have a question or some feedback? Reach out via <a href="mailto:hello@write.as?subject=Feedback+on+HTMLhouse">email</a>, <a href="https://twitter.com/htmlhouse">Twitter</a>, or the <a href="https://m.abunchtell.com/@htmlhouse">fediverse</a>.</p>
  38. </div>
  39. <script type="text/javascript">
  40. var _paq = _paq || [];
  41. _paq.push(["setCookieDomain", "*.html.house"]);
  42. _paq.push(["setDomains", ["*.html.house"]]);
  43. _paq.push(['trackPageView']);
  44. _paq.push(['enableLinkTracking']);
  45. (function() {
  46. var u="//analytics.write.as/";
  47. _paq.push(['setTrackerUrl', u+'piwik.php']);
  48. _paq.push(['setSiteId', 3]);
  49. var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  50. g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  51. })();
  52. </script>
  53. <noscript><p><img src="//analytics.write.as/piwik.php?idsite=3" style="border:0;" alt="" /></p></noscript>
  54. </body>
  55. </html>