Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

15 lignes
281B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <title>Blog</title>
  6. </head>
  7. <body>
  8. <article>
  9. <h1>Lorem ipsum</h1>
  10. <p>Lorem ipsum dolor sit ameph, …</p>
  11. <a rel="me" href="https://social.example.org/users/lain">lain’s account</a>
  12. </article>
  13. </body>
  14. </html>