File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 34
34
< link rel ="stylesheet " href ="{{ site.assets_url }}css/main.css " type ="text/css ">
35
35
36
36
{% include plausible.html %}
37
+
38
+ {%- if page.redirect -%}
39
+ < meta http-equiv ="refresh " content ="{{ page.redirect_after | default: 0 }};url={{ page.redirect }} " />
40
+ {%- endif %}
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: page
3
3
title: Maintenance
4
+ redirect: /support/maintenance
5
+ redirect_after: 60
4
6
---
5
7
6
8
< section class ="publication-layout ">
7
9
< div class ="markdown-container max-w-5xl ">
8
10
< h1 class ="font-extrabold ">
9
- Maintenance In Progress
11
+ Account Server is in Maintenance
10
12
</ h1 >
11
13
< p style ="margin-top: 50px; ">
12
- You have been redirected to here because the service you are trying to access is currently under maintenance.
14
+ You have been redirected here because the Account Server is currently under maintenance.< br >
15
+ It will be available again by 10. January 16:00 UTC.
13
16
</ p >
14
17
< p >
15
- It will be available again shortly.
18
+ This page will automatically check the status and redirect you once maintenance has ended.< br >
19
+ You may also refresh this page to check.
16
20
</ p >
17
21
</ div >
18
22
</ section >
You can’t perform that action at this time.
0 commit comments