logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/

index.html (2302B)


  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
  6. <link rel="preload" href="/static/config.json" as="fetch" crossorigin />
  7. <link rel="preload" href="/api/pleroma/frontend_configurations" as="fetch" crossorigin />
  8. <link rel="preload" href="/nodeinfo/2.0.json" as="fetch" crossorigin />
  9. <link rel="preload" href="/nodeinfo/2.1.json" as="fetch" crossorigin />
  10. <link rel="preload" href="/api/v1/instance" as="fetch" crossorigin />
  11. <link rel="preload" href="/static/pleromatan_apology_fox_small.webp" as="image" />
  12. <!-- putting styles here to avoid having to wait for styles to load up -->
  13. <link rel="stylesheet" id="splashscreen" href="/static/splash.css" />
  14. <link rel="stylesheet" id="custom-styles-holder" type="text/css" href="/static/empty.css" />
  15. <!--server-generated-meta-->
  16. <script type="module" crossorigin src="/static/js/main.qxCxIqDs.js"></script>
  17. <link rel="stylesheet" crossorigin href="/static/css/main.CF7uYwoC.css">
  18. </head>
  19. <body>
  20. <noscript>To use Pleroma, please enable JavaScript.</noscript>
  21. <div id="splash" class="initial-hidden">
  22. <!-- we are hiding entire graphic so no point showing credit -->
  23. <div aria-hidden="true" id="splash-credit">
  24. Art by pipivovott
  25. </div>
  26. <div id="splash-container">
  27. <div aria-hidden="true" id="mascot-container">
  28. <div id="throbber">
  29. <div class="chunk" id="chunk-P">
  30. </div>
  31. <div class="chunk" id="chunk-L">
  32. </div>
  33. <div class="chunk" id="chunk-E">
  34. </div>
  35. </div>
  36. <img id="mascot" src="/static/pleromatan_apology_small.webp">
  37. </div>
  38. <div id="status" class="css-ok">
  39. <!-- (。>﹏<) -->
  40. <!-- it's a pseudographic, don't want screenreader read out nonsense -->
  41. <span aria-hidden="true" class="initial-text">(。&gt;﹏&lt;)</span>
  42. </div>
  43. <code id="statusError"></code>
  44. <pre id="statusStack"></pre>
  45. </div>
  46. </div>
  47. <div id="app" class="hidden"></div>
  48. <div id="modal"></div>
  49. <!-- built files will be auto injected -->
  50. <div id="popovers"></div>
  51. </body>
  52. </html>