Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7888956
index.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
index.html
View Options
<!DOCTYPE html>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1,user-scalable=no"
>
<!-- putting styles here to avoid having to wait for styles to load up -->
<
style
id
=
"splashscreen"
>
#
splash
{
--scale
:
1
;
width
:
100
vw
;
height
:
100
vh
;
display
:
grid
;
grid-template-rows
:
auto
;
grid-template-columns
:
auto
;
align-content
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-items
:
center
;
flex-direction
:
column
;
background
:
#0f161e
;
font-family
:
sans-serif
;
color
:
#b9b9ba
;
position
:
absolute
;
z-index
:
9999
;
font-size
:
calc
(
1
vw
+
1
vh
+
1
vmin
);
}
#
splash-credit
{
position
:
absolute
;
font-size
:
14
px
;
bottom
:
16
px
;
right
:
16
px
;
}
#
splash-container
{
align-items
:
center
;
}
#
mascot-container
{
display
:
flex
;
align-items
:
flex-end
;
justify-content
:
center
;
perspective
:
60
em
;
perspective-origin
:
0
-15
em
;
transform-style
:
preserve-3d
;
}
#
mascot
{
width
:
calc
(
10
em
*
var
(
--scale
));
height
:
calc
(
10
em
*
var
(
--scale
));
object-fit
:
contain
;
object-position
:
bottom
;
transform
:
translateZ
(
-2em
);
}
#
throbber
{
display
:
grid
;
width
:
calc
(
5
em
*
0.5
*
var
(
--scale
));
height
:
calc
(
8
em
*
0.5
*
var
(
--scale
));
margin-left
:
4.1
em
;
z-index
:
2
;
grid-template-rows
:
repeat
(
8
,
1
fr
);
grid-template-columns
:
repeat
(
5
,
1
fr
);
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"
;
--logoChunkSize
:
calc
(
2
em
*
0.5
*
var
(
--scale
))
}
.
chunk
{
background-color
:
#e2b188
;
box-shadow
:
0.01
em
0.01
em
0.1
em
0
#e2b188
;
}
#
chunk-P
{
grid-area
:
P
;
border-top-left-radius
:
calc
(
var
(
--logoChunkSize
)
/
2
);
}
#
chunk-L
{
grid-area
:
L
;
border-bottom-right-radius
:
calc
(
var
(
--logoChunkSize
)
/
2
);
}
#
chunk-E
{
grid-area
:
E
;
border-bottom-right-radius
:
calc
(
var
(
--logoChunkSize
)
/
2
);
}
#
status
{
margin-top
:
1
em
;
line-height
:
2
;
width
:
100
%
;
text-align
:
center
;
}
#
statusError
{
display
:
none
;
margin-top
:
1
em
;
font-size
:
calc
(
1
vw
+
1
vh
+
1
vmin
);
line-height
:
2
;
width
:
100
%
;
text-align
:
center
;
}
#
statusStack
{
display
:
none
;
margin-top
:
1
em
;
font-size
:
calc
(
(
1
vw
+
1
vh
+
1
vmin
)
/
2.5
);
width
:
calc
(
100
vw
-
5
em
);
padding
:
1
em
;
text-overflow
:
ellipsis
;
overflow-x
:
hidden
;
text-align
:
left
;
line-height
:
2
;
}
@
media
(
prefers-reduced-motion
)
{
#
throbber
{
animation
:
none
!important
;
}
}
</
style
>
<
style
id
=
"pleroma-eager-styles"
type
=
"text/css"
></
style
>
<
style
id
=
"pleroma-lazy-styles"
type
=
"text/css"
></
style
>
<!--server-generated-meta-->
</
head
>
<
body
style
=
"margin: 0; padding: 0"
>
<
noscript
>
To use Pleroma, please enable JavaScript.
</
noscript
>
<
div
id
=
"splash"
>
<!-- 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"
>
<
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.png"
>
</
div
>
<
div
id
=
"status"
class
=
"css-ok"
>
<!-- (。>﹏<) -->
<!-- it's a pseudographic, don't want screenreader read out nonsense -->
<
span
aria-hidden
=
"true"
class
=
"initial-text"
>
(。
>
﹏
<
)
</
span
>
</
div
>
<
code
id
=
"statusError"
></
code
>
<
pre
id
=
"statusStack"
></
pre
>
</
div
>
</
div
>
<
div
id
=
"app"
class
=
"hidden"
></
div
>
<
div
id
=
"modal"
></
div
>
<!-- built files will be auto injected -->
<
div
id
=
"popovers"
/>
</
body
>
</
html
>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Thu, Oct 2, 2:15 AM (17 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
478704
Default Alt Text
index.html (4 KB)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment