-
Notifications
You must be signed in to change notification settings - Fork 0
/
maintenance.php
37 lines (34 loc) · 1.51 KB
/
maintenance.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<?php /*
This file is part of EC-CUBE
Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
http://www.ec-cube.co.jp/
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
*/ ?>
<html lang="<?php echo $locale; ?>">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ただいまメンテナンス中です。</title>
<link rel="icon" href="<?php echo $baseUrl; ?>/html/template/<?php echo $templateCode; ?>/assets/img/common/favicon.ico">
<link rel="stylesheet" href="<?php echo $baseUrl; ?>/html/template/<?php echo $templateCode; ?>/assets/css/style.css">
</head>
<body>
<div class="ec-layoutRole">
<div class="ec-404Role">
<div class="ec-off4Grid">
<div class="ec-off4Grid__cell">
<div style="font-size:100px;text-align:center;">
<div class="ec-404Role__icon ec-icon">
<img src="<?php echo $baseUrl; ?>/html/template/<?php echo $templateCode; ?>/assets/icon/exclamation-pale.svg" alt="">
</div>
</div>
<p class="ec-404Role__title ec-reportHeading">ただいまメンテナンス中です。</p>
<p class="ec-404Role__description ec-reportDescription">大変お手数ですが、しばらくしてから再度アクセスをお願いします。</p>
</div>
</div>
</div>
</div>
</body>
</html>