Simple image host.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>