First upload
This commit is contained in:
45
shop/source/offline.html
Executable file
45
shop/source/offline.html
Executable file
@@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta http-equiv="refresh" content="10; URL=/index.php">
|
||||
<title>Maintenance mode / Wartungsarbeiten</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400" rel="stylesheet" type="text/css">
|
||||
<style>
|
||||
body {
|
||||
font-family: "Source Sans Pro", sans-serif;
|
||||
line-height: 1.8;
|
||||
color: #333;
|
||||
}
|
||||
a, a:link, a:active, a:visited, a:hover {
|
||||
color: #666;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.page {
|
||||
text-align: center;
|
||||
margin-top: 100px;
|
||||
}
|
||||
.logo {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.text {
|
||||
font-size: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
<img class="logo" src="out/flow/img/logo_o3.png" alt="">
|
||||
<br>
|
||||
<span class="text">
|
||||
Maintenance mode, please try again later.<br>
|
||||
<a href="/index.php">Click here to reload shop.</a><br><br>
|
||||
<span lang="de">
|
||||
Wartungsarbeiten, bitte versuchen Sie es später noch einmal.<br>
|
||||
<a href="/index.php">Klicken Sie hier, um den Shop erneut zu laden.</a>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user