all repos — caroster @ ccf258ce9c59a35ff59b8dbcb5312dec2527216c

[Octree] Group carpool to your event https://caroster.io

backend/.strapi/client/index.html (view raw)

 1<!DOCTYPE html>
 2<html lang="en">
 3  <!--
 4This file was automatically generated by Strapi.
 5Any modifications made will be discarded.
 6-->
 7  <head>
 8    <meta charset="utf-8" />
 9    <meta
10      name="viewport"
11      content="width=device-width, initial-scale=1, viewport-fit=cover"
12    />
13    <meta name="robots" content="noindex" />
14    <meta name="referrer" content="same-origin" />
15    <title>Strapi Admin</title>
16    <style>
17      html,
18      body,
19      #strapi {
20        height: 100%;
21      }
22      body {
23        margin: 0;
24        -webkit-font-smoothing: antialiased;
25      }
26    </style>
27  </head>
28  <body>
29    <div id="strapi"></div>
30    <noscript
31      ><div class="strapi--root">
32        <div class="strapi--no-js">
33          <style type="text/css">
34            .strapi--root {
35              position: absolute;
36              top: 0;
37              right: 0;
38              left: 0;
39              bottom: 0;
40              background: #fff;
41            }
42
43            .strapi--no-js {
44              position: absolute;
45              top: 50%;
46              left: 50%;
47              transform: translate(-50%, -50%);
48              text-align: center;
49              font-family: helvetica, arial, sans-serif;
50            }
51          </style>
52          <h1>JavaScript disabled</h1>
53          <p>
54            Please
55            <a href="https://www.enable-javascript.com/">enable JavaScript</a>
56            in your browser and reload the page to proceed.
57          </p>
58        </div>
59      </div></noscript
60    >
61  </body>
62</html>