2016-10-26 16:46:32 +02:00
|
|
|
|
<!DOCTYPE html>
|
2017-04-14 20:08:37 +03:00
|
|
|
|
<html lang="en">
|
2016-10-26 16:46:32 +02:00
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="utf-8">
|
2019-05-18 11:00:50 -05:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
2025-02-25 00:13:19 +04:00
|
|
|
|
<link rel="preload" href="/static/config.json" as="fetch" crossorigin />
|
|
|
|
|
|
<link rel="preload" href="/api/pleroma/frontend_configurations" as="fetch" crossorigin />
|
2025-06-16 14:57:34 +03:00
|
|
|
|
<link rel="preload" href="/nodeinfo/2.0.json" as="fetch" crossorigin />
|
2025-02-25 00:13:19 +04:00
|
|
|
|
<link rel="preload" href="/nodeinfo/2.1.json" as="fetch" crossorigin />
|
|
|
|
|
|
<link rel="preload" href="/api/v1/instance" as="fetch" crossorigin />
|
|
|
|
|
|
<link rel="preload" href="/static/pleromatan_apology_fox_small.webp" as="image" />
|
2024-09-18 02:54:25 +03:00
|
|
|
|
<!-- putting styles here to avoid having to wait for styles to load up -->
|
2025-06-28 14:54:59 +03:00
|
|
|
|
<link rel="stylesheet" id="splashscreen" href="/static/splash.css" />
|
2025-07-02 19:39:25 +03:00
|
|
|
|
<link rel="stylesheet" id="custom-styles-holder" type="text/css" href="/static/empty.css" />
|
2023-11-22 22:05:16 +02:00
|
|
|
|
<!--server-generated-meta-->
|
2016-10-26 16:46:32 +02:00
|
|
|
|
</head>
|
2025-06-28 12:57:05 +00:00
|
|
|
|
<body>
|
2019-08-17 08:26:00 +00:00
|
|
|
|
<noscript>To use Pleroma, please enable JavaScript.</noscript>
|
2025-08-14 16:45:24 +03:00
|
|
|
|
<div id="splash" class="initial-hidden">
|
2024-09-18 02:54:25 +03:00
|
|
|
|
<!-- we are hiding entire graphic so no point showing credit -->
|
|
|
|
|
|
<div aria-hidden="true" id="splash-credit">
|
2024-09-17 22:56:06 +03:00
|
|
|
|
Art by pipivovott
|
|
|
|
|
|
</div>
|
2024-09-17 05:04:52 +03:00
|
|
|
|
<div id="splash-container">
|
2024-09-18 02:54:25 +03:00
|
|
|
|
<div aria-hidden="true" id="mascot-container">
|
2024-09-17 05:04:52 +03:00
|
|
|
|
<div id="throbber">
|
|
|
|
|
|
<div class="chunk" id="chunk-P">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="chunk" id="chunk-L">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="chunk" id="chunk-E">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
2025-02-25 00:13:19 +04:00
|
|
|
|
<img id="mascot" src="/static/pleromatan_apology_small.webp">
|
2024-09-16 02:34:02 +03:00
|
|
|
|
</div>
|
2024-09-17 05:04:52 +03:00
|
|
|
|
<div id="status" class="css-ok">
|
|
|
|
|
|
<!-- (。>﹏<) -->
|
2024-09-18 02:54:25 +03:00
|
|
|
|
<!-- it's a pseudographic, don't want screenreader read out nonsense -->
|
|
|
|
|
|
<span aria-hidden="true" class="initial-text">(。>﹏<)</span>
|
2024-09-16 02:34:02 +03:00
|
|
|
|
</div>
|
2024-12-12 15:58:18 +02:00
|
|
|
|
<code id="statusError"></code>
|
|
|
|
|
|
<pre id="statusStack"></pre>
|
2024-09-16 02:34:02 +03:00
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div id="app" class="hidden"></div>
|
2022-04-09 23:32:15 -04:00
|
|
|
|
<div id="modal"></div>
|
2016-10-26 16:46:32 +02:00
|
|
|
|
<!-- built files will be auto injected -->
|
2025-02-28 10:52:04 -05:00
|
|
|
|
<div id="popovers"></div>
|
|
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
2016-10-26 16:46:32 +02:00
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|