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.
 
 
 
 

72 lines
3.5 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:title" content="About HTMLhouse">
  17. <meta name="twitter:description" content="HTMLhouse helps you publish HTML quickly. Created by the team at Write.as.">
  18. <meta property="og:title" content="About HTMLhouse" />
  19. <meta property="og:site_name" content="HTMLhouse" />
  20. <meta property="og:type" content="object" />
  21. <meta property="og:url" content="https://html.house/" />
  22. <meta property="og:description" content="HTMLhouse helps you publish HTML quickly. Created by the team at Write.as." />
  23. </head>
  24. <body>
  25. <header>
  26. <h1>HTMLhouse</h1>
  27. <nav>
  28. <a class="home" href="/">&lt;&#8962;/&gt;</a>
  29. <a href="/browse">browse</a>
  30. <a class="current" href="/about.html">about</a>
  31. <a href="/contact.html">contact</a>
  32. </nav>
  33. </header>
  34. <div id="wrapper">
  35. <h2>About</h2>
  36. <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>
  37. <p>HTMLhouse was built by the team at <a href="https://write.as">Write.as</a>.</p>
  38. <h3>Help</h3>
  39. <p><strong>Purpose</strong>. To provide a simple HTML testing ground with no cruft or fuss.</p>
  40. <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>
  41. <p><strong>Limitations</strong>. There is currently no way to delete pages.</p>
  42. <p><strong>Discovery</strong>. See what others have created on our Twitter account, <a target="_blank" href="https://twitter.com/htmlhouse">@HTMLhouse</a>. Tweet us the URL of any page you create (and whether you want credit) and we'll share it!</p>
  43. <p><strong>Abuse</strong>. Please don't poop in the pool.</p>
  44. <h3>Credits</h3>
  45. <strong>Editor</strong>. <a href="http://ace.c9.io/">ACE editor</a>.
  46. <h3>Source</h3>
  47. <p>HTMLhouse was built in Go. <a href="https://github.com/writeas/htmlhouse">View source</a> on GitHub.</p>
  48. <p>Hosted by <a href="https://www.digitalocean.com/?refcode=a5062ff05a6c">Digital Ocean</a> (<em>note</em>: referral link &mdash; get $10 credit by using it, and help us pay for hosting!).</p>
  49. </div>
  50. <script type="text/javascript">
  51. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  52. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  53. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  54. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  55. ga('create', 'UA-47877053-8', 'auto');
  56. ga('send', 'pageview');
  57. </script>
  58. </body>
  59. </html>