Simple image host.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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>