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.
 
 
 
 

88 lines
4.8 KiB

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>About 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="HTMLhouse helps you publish HTML quickly. Created by the team at Write.as.">
  11. <meta name="application-name" content="HTMLhouse">
  12. <meta name="application-url" content="https://html.house">
  13. <meta itemprop="name" content="About HTMLhouse">
  14. <meta itemprop="description" content="HTMLhouse helps you publish HTML quickly. Created by the team at Write.as.">
  15. <meta name="twitter:card" content="summary_large_image">
  16. <meta name="twitter:site" content="@HTMLhouse">
  17. <meta name="twitter:title" content="About HTMLhouse">
  18. <meta name="twitter:description" content="HTMLhouse helps you publish HTML quickly. Created by the team at Write.as.">
  19. <meta property="og:title" content="About 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/" />
  23. <meta property="og:description" content="HTMLhouse helps you publish HTML quickly. Created by the team at Write.as." />
  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 class="current" href="/about.html">about</a>
  32. <a href="/contact.html">contact</a>
  33. </nav>
  34. </header>
  35. <div id="wrapper">
  36. <h2>About</h2>
  37. <p>HTMLhouse helps you publish HTML quickly. Use the <a href="/">editor / preview</a> to build your HTML page and press <strong>publish</strong> when you're done. That's it!</p>
  38. <p>HTMLhouse was built by the team at <a href="https://write.as">Write.as</a>.</p>
  39. <h3>Sharing</h3>
  40. <p>To share a page once you've published, simply send the URL of the page to whomever you'd like (it'll look like <a href="https://html.house/xpeoccu2.html">https://html.house/xpeoccu2.html</a>) through email, social media, or in real life.</p>
  41. <p>To share with everyone on HTMLhouse, simply check the <strong>public</strong> box before pressing <em>publish</em>. Your page will be added to the <a href="/browse">browse page</a> and tweeted by <a href="https://twitter.com/htmlhouse">@HTMLhouse</a>. It'll also be available on our <a href="https://play.google.com/store/apps/details?id=com.abunchtell.htmlhouse">Android app</a>.</p>
  42. <p><strong>Note</strong>: the <a href="/browse">browse page</a> is actively moderated, and your page will be removed from the public view if it is abusive or doesn't contribute.</p>
  43. <h3>Help</h3>
  44. <p><strong>Purpose</strong>. To provide a simple HTML testing ground with no cruft or fuss.</p>
  45. <p><strong>Editing</strong>. Pages can be edited again from the same computer / browser they were created on. If you clear your browser data (specifically local storage) you will lose this ability.</p>
  46. <p><strong>Limitations</strong>. There is currently no way to delete pages.</p>
  47. <p><strong>Chrome</strong>. Get quick access to HTMLhouse with <a href="https://chrome.google.com/webstore/detail/htmlhouse/aljfacibkadhobknaalpfbclcpoepopi">the Chrome app</a>.</p>
  48. <p><strong>Twitter</strong>. We announce updates and published pages on <a target="_blank" href="https://twitter.com/htmlhouse">@HTMLhouse</a>.</p>
  49. <p><strong>Feedback</strong>. We'd love to hear your ideas or suggestions. Feel free to <a href="/contact.html">get in touch</a> anytime.</p>
  50. <h3>Source</h3>
  51. <p>HTMLhouse was built in Go. <a href="https://github.com/writeas/htmlhouse">View source</a> on GitHub.</p>
  52. <p>Hosted by <a href="https://www.digitalocean.com/?refcode=a5062ff05a6c">Digital Ocean</a>.</p>
  53. <h3>Credits</h3>
  54. <strong>Editor</strong>. <a href="http://ace.c9.io/">ACE editor</a>.
  55. <h3>Privacy Policy</h3>
  56. <p>On HTMLhouse we don't know who you are, nor do we make any effort to. You couldn't give us your personal information even if you wanted to! Build cool stuff and enjoy.</p>
  57. </div>
  58. <script type="text/javascript">
  59. var _paq = _paq || [];
  60. _paq.push(["setCookieDomain", "*.html.house"]);
  61. _paq.push(["setDomains", ["*.html.house"]]);
  62. _paq.push(['trackPageView']);
  63. _paq.push(['enableLinkTracking']);
  64. (function() {
  65. var u="//analytics.write.as/";
  66. _paq.push(['setTrackerUrl', u+'piwik.php']);
  67. _paq.push(['setSiteId', 3]);
  68. var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  69. g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  70. })();
  71. </script>
  72. <noscript><p><img src="//analytics.write.as/piwik.php?idsite=3" style="border:0;" alt="" /></p></noscript>
  73. </body>
  74. </html>