Initial Import
This commit is contained in:
62
Files/maintenance.html
Normal file
62
Files/maintenance.html
Normal file
@ -0,0 +1,62 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Maintenance / Wartungsarbeiten</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
|
||||
body {
|
||||
background: #eee;
|
||||
font: normal normal 16px/140% Arial, Helvetica, Trebuchet MS, Geneva, sans-serif;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
line-height: 100%;
|
||||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.Container {
|
||||
background: #fff;
|
||||
width: 825px;
|
||||
}
|
||||
.Content {
|
||||
background: #fff;
|
||||
font-size: 12px;
|
||||
height: 400px;
|
||||
line-height: 16px;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="Container">
|
||||
|
||||
<div class="Logo"></div>
|
||||
|
||||
<div class="Content">
|
||||
|
||||
<h1>Wartungsarbeiten</h1>
|
||||
<h2>Die Website wird gerade überarbeitet.</h2>
|
||||
<p>Bitte versuchen Sie es später noch einmal.</p>
|
||||
<p>Vielen Dank für Ihr Verständnis!</p>
|
||||
|
||||
<h1>Maintenance</h1>
|
||||
<h2>The website is down for maintenance at the moment.</h2>
|
||||
<p>Please try again later.</p>
|
||||
<p>Thank You very much!</p>
|
||||
|
||||
</div><!-- .Content -->
|
||||
</div><!-- .Container -->
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user