forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user