1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
4<html>
5  <head>
6    <title>MantisBT</title>
7    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8    <meta http-equiv="Refresh" content="600" />
9
10    <style type="text/css"> <!--
11      body {
12        background-color: white;
13      }
14
15      h1 {
16        font-family: Verdana, Arial, Helvetica, sans-serif;
17        font-weight: bold;
18        font-size: 20px;
19        text-align: center;
20        margin: 0;
21        padding: 5px;
22        color: black;
23        background-color: #c8c8e8;
24      }
25
26      p {
27        font-family: Verdana, Arial, Helvetica, sans-serif;
28        text-align: left;
29        margin: 10px;
30        padding: 0;
31      }
32
33      #box {
34        padding: 0;
35        margin-top: 20%;
36        margin-left: 25%;
37        margin-right: 25%;
38        border: 1px solid #777;
39        background-color: #eee;
40      }
41
42    --> </style>
43  </head>
44
45  <body>
46
47    <div id="box">
48
49      <h1>MantisBT</h1>
50
51      <p>
52        The MantisBT bug tracker is currently offline for maintenance.
53        Please check back later to see if MantisBT is online again
54        or contact your administrator for details.
55      </p>
56
57      <p>
58        Use your browser's refresh or reload function to try again
59        in a few minutes.
60      </p>
61
62    </div>
63
64  </body>
65</html>
66