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.

view.html 198B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {{template#head}}
  5. </head>
  6. <body>
  7. {{template#body}}
  8. <div id="viewer" class="container small-width-container">
  9. {{noescape#images}}
  10. </div>
  11. </body>
  12. </html>