You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
737 B
27 lines
737 B
<!DOCTYPE html>
|
|
<html dir='ltr'>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Maintenance</title>
|
|
<style>
|
|
#message {
|
|
text-align: center;
|
|
margin: 40px 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<!-- DUPLICATOR INSTALLER MAINTENANCE -->
|
|
<!-- Remove this file in case you are not running an installation but it was not removed from the installer due to some error. -->
|
|
<!-- This file is "index.html" located in home path -->
|
|
|
|
<body id="error-page">
|
|
<div id="message">
|
|
<h2>
|
|
Briefly unavailable for scheduled maintenance. Check back in a minute.
|
|
</h2>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |