aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 365621050c7abc1d9c84de54c4dcc7a1698b55ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
    <link rel="icon" type="image/png" href="/favicon.png">
    <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>
    <!-- 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">%28%uFF61%3E%uFE4F%3C%29</span>
      </div>
    </div>
    <div id="app" class="hidden"></div>
    <div id="modal"></div>
    <!-- built files will be auto injected -->
    <div id="popovers" />
  </body>
</html>