all repos — caroster @ 3ab421f7426400b24bbccca878b6f82a79bb79a9

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

_nginx/500.html (view raw)

 1<!DOCTYPE html>
 2<html>
 3  <head>
 4    <meta charset="UTF-8" />
 5    <title>Caroster - Site en maintenance</title>
 6    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 7    <style>
 8      body {
 9        font-family: Arial, sans-serif;
10        padding: 2vw;
11        background-color: #fafafa;
12      }
13
14      h1 {
15        margin-bottom: 20px;
16        color: #007deb;
17      }
18
19      p {
20        font-size: 18px;
21        margin-bottom: 20px;
22      }
23
24      img {
25        width: 20rem;
26        max-width: 100%;
27      }
28    </style>
29  </head>
30  <body>
31    <img
32      src="https://images.squarespace-cdn.com/content/v1/595e255a17bffc442c44180e/1594793853227-W7L5RZ4UGCST4WHYYOJM/Caroster_logo.png?format=1500w"
33      alt="Caroster"
34    />
35    <h1>Site under maintenance</h1>
36    <p>
37      The site is currently under maintenance. It will be available again very
38      shortly.
39    </p>
40    <p>
41      For any questions or problems,
42      <a href="mailto:support@octree.ch">please contact support</a>.
43    </p>
44    <br />
45    <h1>Site en maintenance</h1>
46    <p>
47      Le site est actuellement en maintenance. Il sera à nouveau disponible très
48      prochainement.
49    </p>
50    <p>
51      Pour toute question ou problème, merci de
52      <a href="mailto:support@octree.ch">contacter le support</a>.
53    </p>
54  </body>
55</html>