Skip to content

Commit 55df7c2

Browse files
committed
Update maintenance page.
Adds alt tag to image and some html5 metadata that was previously missing. Also no need to run the php interpreter for this one.
1 parent 889e02e commit 55df7c2

2 files changed

Lines changed: 17 additions & 27 deletions

File tree

html/maintenance/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="refresh" content="10">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<title>XDMoD: Metrics On Demand</title>
9+
</head>
10+
11+
<body>
12+
<div style="text-align: center; padding-top: 2.2em;">
13+
<img src="/maintenance/update_in_progress.png" alt="XDMoD is currently being updated. Thank you for your patience. Logins are currently disabled.">
14+
</div>
15+
</body>
16+
17+
</html>

html/maintenance/index.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)