2016-10-26 14:46:32 +00:00
|
|
|
|
<!DOCTYPE html>
|
2017-04-14 17:08:37 +00:00
|
|
|
|
<html lang="en">
|
2016-10-26 14:46:32 +00:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2019-05-18 16:00:50 +00:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
2018-04-26 18:13:22 +00:00
|
|
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
2024-05-31 18:33:44 +00:00
|
|
|
|
<style id="pleroma-eager-styles" type="text/css"></style>
|
|
|
|
|
<style id="pleroma-lazy-styles" type="text/css"></style>
|
2023-11-22 20:05:16 +00:00
|
|
|
|
<!--server-generated-meta-->
|
2016-10-26 14:46:32 +00:00
|
|
|
|
</head>
|
2024-09-15 23:34:02 +00:00
|
|
|
|
<body style="margin: 0; padding: 0">
|
2019-08-17 08:26:00 +00:00
|
|
|
|
<noscript>To use Pleroma, please enable JavaScript.</noscript>
|
2024-09-15 23:34:02 +00:00
|
|
|
|
<!-- putting styles here to avoid having to wait for styles to load up -->
|
|
|
|
|
<div id="splash" style="
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
background: #0f161e;
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
color: #b9b9ba;
|
|
|
|
|
position: absolute;
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
<img
|
|
|
|
|
style="
|
2024-09-15 23:39:37 +00:00
|
|
|
|
width: 30vh;
|
2024-09-15 23:34:02 +00:00
|
|
|
|
margin-top: 1vh;
|
|
|
|
|
margin-bottom: 0.5vh;
|
|
|
|
|
"
|
|
|
|
|
src="/static/pleromatan_apology_fox.png"
|
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
id="throbber"
|
|
|
|
|
style='
|
|
|
|
|
--logoChunkSize: 2vh;
|
|
|
|
|
display: grid;
|
|
|
|
|
margin-top: 2.5vh;
|
|
|
|
|
margin-bottom: 0.5vh;
|
|
|
|
|
width: 30vw;
|
|
|
|
|
grid-template-rows: repeat(8, var(--logoChunkSize));
|
|
|
|
|
grid-template-columns: repeat(5, var(--logoChunkSize));
|
|
|
|
|
grid-template-areas: "P P . L L"
|
|
|
|
|
"P P . L L"
|
|
|
|
|
"P P . L L"
|
|
|
|
|
"P P . L L"
|
|
|
|
|
"P P . . ."
|
|
|
|
|
"P P . . ."
|
|
|
|
|
"P P . E E"
|
|
|
|
|
"P P . E E";
|
|
|
|
|
width: auto;
|
|
|
|
|
'
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
style="
|
|
|
|
|
background-color: #e2b188;
|
|
|
|
|
grid-area: P;
|
|
|
|
|
border-top-left-radius: calc(var(--logoChunkSize) / 2);
|
|
|
|
|
box-shadow: 0.1vh 0.1vh 1vh 0 #e2b188;
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
style="
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: #e2b188;
|
|
|
|
|
grid-area: L;
|
|
|
|
|
border-bottom-right-radius: calc(var(--logoChunkSize) / 2);
|
|
|
|
|
box-shadow: 0.1vh 0.1vh 1vh 0 #e2b188;
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
style="
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: #e2b188;
|
|
|
|
|
grid-area: E;
|
|
|
|
|
border-bottom-right-radius: calc(var(--logoChunkSize) / 2);
|
|
|
|
|
box-shadow: 0.1vh 0.1vh 1vh 0 #e2b188;
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
id="status"
|
|
|
|
|
class="css-ok"
|
|
|
|
|
style="
|
|
|
|
|
margin-top: 3.5vh;
|
|
|
|
|
height: 4vh;
|
|
|
|
|
line-height: 4vh;
|
|
|
|
|
font-size: 4vh;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
"
|
|
|
|
|
>
|
|
|
|
|
<span class="initial-text">(。>﹏<)</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="app" class="hidden"></div>
|
2022-04-10 03:32:15 +00:00
|
|
|
|
<div id="modal"></div>
|
2016-10-26 14:46:32 +00:00
|
|
|
|
<!-- built files will be auto injected -->
|
2022-10-09 20:01:49 +00:00
|
|
|
|
<div id="popovers" />
|
2016-10-26 14:46:32 +00:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|