Add static maintenance page.
This commit is contained in:
commit
9ac791fbf5
5 changed files with 72 additions and 0 deletions
22
index.html
Normal file
22
index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>System steht wegen Wartungsarbeiten nicht zur Verfügung</title>
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-inverse navbar-static-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<img id="logo" src="gnuviech-logo.png" alt="gnuviech IT-Services" width="230" height="101">
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container">
|
||||
<h1>Wartungsarbeiten</h1>
|
||||
<img src="tools-server-130px.png" style="float:left" width="106" height="130" alt=""/>
|
||||
<p>Das System steht aufgrund von Wartungsarbeiten momentan nicht zur Verfügung, bitte haben Sie etwas Geduld und versuchen Sie es in Kürze noch einmal.</p>
|
||||
<p style="text-align: right">Vielen Dank für Ihr Verständnis!</p> </div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue