MENU

Why not try out en.maintenance.moe?

en.maintenance.moe always displays the “under maintenance” screen

 Your website may sometimes become temporarily inaccessible for some reason, right?
In such cases, you can display the “under maintenance” screen at any time by forwarding the frame to en.maintenance.moe.

Frame forwarding allows you to display a “Maintenance in progress” screen while retaining your domain name, so your visitors will not have to worry.

 Please understand that it is not possible to prepare elaborate designs or messages for visitors.
If you can tolerate this to a certain extent, there is no need to go to the trouble of preparing an “under maintenance” screen. Of course, it is free to use, so please feel free to use en.maintenance.moe!

How to use en.maintenance.moe

 It’s very easy to forward a frame from your homepage to en.maintenance.moe. All you have to do is replace the index.html, which is the entrance to your homepage, with the following sample.

<html><body>
<head>
<title>Under maintenance</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<meta name=”viewport” content=”width=device-width, user-scalable=yes, maximum-scale=1.0, minimum-scale=1.0″>
<style>
* {
margin:0;
padding:0;
overflow:hidden;
height:100vh;
}
iframe {
border:none;
width:100%;
height:100%;
}
</style>
</head>
<body><div>
<iframe width=”100%” height=”100%” src=”https://en.maintenance.moe/” frameborder=”0″ scrolling=”no” style=”transform-origin:0 0;-o-transform-origin:0 0;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;”>
</div></body>
</html>

Examples of using en.maintenance.moe

目次