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.
 
 
 
 

56 lines
2.0 KiB

  1. {{define "browse"}}<!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title>Browse HTMLhouses</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="Browse HTMLhouses.">
  11. <meta name="application-name" content="HTMLhouse">
  12. <meta name="application-url" content="https://html.house">
  13. <meta itemprop="name" content="Browse HTMLhouses">
  14. <meta itemprop="description" content="">
  15. <meta name="twitter:card" content="summary_large_image">
  16. <meta name="twitter:title" content="Browse HTMLhouses">
  17. <meta name="twitter:description" content="">
  18. <meta property="og:title" content="Browse HTMLhouses" />
  19. <meta property="og:site_name" content="HTMLhouse" />
  20. <meta property="og:type" content="object" />
  21. <meta property="og:url" content="https://browse.html.house" />
  22. <meta property="og:description" content="" />
  23. </head>
  24. <body>
  25. <header>
  26. <h1>Browse</h1>
  27. <nav>
  28. <a class="home" href="/">&lt;&#8962;/&gt;</a>
  29. <a class="current" href="/browse">browse</a>
  30. <a href="/about.html">about</a>
  31. <a href="/contact.html">contact</a>
  32. </nav>
  33. </header>
  34. {{ range .Houses }}<div class="open-house">
  35. <a href="https://html.house/{{.ID}}"><img src="http://peeper.html.house/{{.ThumbURL}}" />
  36. <div class="house-name">{{.Title}}</div></a>
  37. </div>{{end}}
  38. <script type="text/javascript">
  39. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  40. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  41. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  42. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  43. ga('create', 'UA-47877053-8', 'auto');
  44. ga('send', 'pageview');
  45. </script>
  46. </body>
  47. </html>{{end}}