We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f460eed commit fdc17d5Copy full SHA for fdc17d5
1 file changed
src/html/maintenance.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>A quick tune-up is in progress. Faster builds on the way. (Under maintenance)</title>
+ <title>A quick tune-up is in progress. Faster builds on the way. (503 - Under maintenance)</title>
5
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
6
<link rel="icon" type="image/x-icon" href="favicon.ico">
7
<link rel="icon" type="image/svg+xml" href="favicon.svg">
@@ -30,7 +30,7 @@ <h1>
30
</h1>
31
</header>
32
<main>
33
- <p>Under maintenance</p>
+ <p>503 – Under maintenance</p>
34
<h2>A quick tune-up is in progress. Faster builds on the way.</h2>
35
</main>
36
</section>
0 commit comments