41 lines
1 KiB
HTML
41 lines
1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta name="viewport" content="width=device-width,
|
|
initial-scale=1,
|
|
maximum-scale=1,
|
|
shrink-to-fit=no,
|
|
user-scalable=no"/>
|
|
|
|
<title>Server maintenance</title>
|
|
|
|
<style>
|
|
.center-text { text-align: center; }
|
|
.center {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.responsive {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1 class="center-text">
|
|
<s>Serval</s> Server maintenance
|
|
</h1>
|
|
|
|
<p class="center-text">
|
|
The server is probably under maintenance by the serval cat.
|
|
</p>
|
|
|
|
<img
|
|
src="/maintenance.jpg"
|
|
class="center responsive"
|
|
alt="The serval cat is sitting on the keyboard"/>
|
|
</body>
|
|
</html>
|