/ src / maintenance.html
maintenance.html
 1  <!DOCTYPE html>
 2  <html lang="en">
 3      <head>
 4          <meta charset="UTF-8">
 5          <meta name="viewport" content="width=device-width, initial-scale=1.0">
 6          <title>Auride | Under Construction</title>
 7          <link rel="stylesheet" href="/assets/css/all.css">
 8          <link rel="shortcut icon" href="/assets/imgs/favicon.png" type="image/png">
 9          <link rel="manifest" href="/manifest.json">
10      </head>
11  
12      <body style="text-align: center; margin-top: 25px; margin-bottom: 25px; visibility: visible;">
13          <img src="/assets/imgs/All_transparent.png" alt="Auride logo" draggable="false" style="width: 200px;" />
14          <h1>Under Construction</h1>
15          <p>Auride is currently under scheduled maintenance. We hope to bring back Auride</p>
16          <p>to you soon!</p>
17  
18          <br />
19  
20          <!-- change this per maintenance reason -->
21          <p>We're currently resolving issues related to our storage provider, and we are currently</p>
22          <p>working to migrate all your image data safely. In part of our commitment to do this safely,</p>
23          <p>we are making sure users cannot accidentally mess with data.</p>
24  
25          <br />
26  
27          <p>We estimate Auride to be available again around 1-2am MDT.</p>
28          <p>Thank you for your patience!</p>
29      </body> 
30  </html>