Simple image host.
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.

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {{template#head}}
  5. <link rel="stylesheet" href="/view/style.css">
  6. </head>
  7. <body>
  8. {{template#global}}
  9. <div id="viewer" class="container">
  10. {{images}}
  11. </div>
  12. <script src="/index/script.js"></script>
  13. </body>
  14. </html>