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.

profile.html 325B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {{template#head}}
  5. </head>
  6. <body>
  7. {{template#body}}
  8. <div id="profile" class="container small-width-container">
  9. <div class="title">{{arg#username}}</div>
  10. <div id="collections" class="container small-width bordered">
  11. {{noescape#collections}}
  12. </div>
  13. </div>
  14. </body>
  15. </html>