Files
shop-praktikum/shop/source/offline.html
Nikolai Fesenko 8d227c9191 First upload
2025-02-02 13:37:56 +01:00

46 lines
1.3 KiB
HTML
Executable File

<!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>