pleroma-fe/index.html

109 lines
3 KiB
HTML
Raw Normal View History

2016-10-26 14:46:32 +00:00
<!DOCTYPE html>
<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>
<!--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="
width: 30vh";
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>
<div id="modal"></div>
2016-10-26 14:46:32 +00:00
<!-- built files will be auto injected -->
<div id="popovers" />
2016-10-26 14:46:32 +00:00
</body>
</html>