pleroma-fe/index.html

51 lines
2.1 KiB
HTML
Raw Normal View History

2016-10-26 16:46:32 +02:00
<!DOCTYPE html>
<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">
<link rel="preload" href="/static/config.json" as="fetch" crossorigin />
<link rel="preload" href="/api/pleroma/frontend_configurations" as="fetch" crossorigin />
<link rel="preload" href="/nodeinfo/2.0.json" as="fetch" crossorigin />
<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" />
<!--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>
<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">
Art by pipivovott
</div>
<div id="splash-container">
2024-09-18 02:54:25 +03:00
<div aria-hidden="true" id="mascot-container">
<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>
<img id="mascot" src="/static/pleromatan_apology_small.webp">
2024-09-16 02:34:02 +03:00
</div>
<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">(。&gt;&lt;)</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>
<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>