people.xml 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="../themes/current/people.xsl"?>
  3. <html base="../" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <link href="../themes/current/style.css" rel="stylesheet" type="text/css"/>
  6. <meta charset="utf-8" />
  7. <title>People</title>
  8. </head>
  9. <body>
  10. <div aria-label="Header" id="header" role="navigation">
  11. <a href="../seppo.cgi/timeline/p/" rel="start" role="button" title="Home">🏡 <span class=
  12. "hidden-xs">Home</span></a>
  13. </div>
  14. <h1>👥 People</h1>
  15. <ul class="nobullet">
  16. <li><a href="../activitypub/subscribed_to/" role="button" title=
  17. "the people you receive from">Subscribed to 👂</a></li>
  18. <li><a href="../activitypub/subscribers/" role="button" title=
  19. "the people you send to">Subscribers 📣</a></li>
  20. <li><a class="disabled" href="../activitypub/blocked/" role="button" title=
  21. "the people filtered out">Blocked 🤐</a></li>
  22. </ul>
  23. <form id="webfinger" method="get" action="../seppo.cgi/activitypub/actor.xml">
  24. <label for="resource">Look up somebody:</label><input type="text" name="resource" placeholder=
  25. "@alice@example.org" />
  26. </form>
  27. </body>
  28. </html>