29 lines
916 B
Plaintext
29 lines
916 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="ja">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" href="/css/common.css">
|
||
|
</head>
|
||
|
<%- include("partials/head") %>
|
||
|
<body>
|
||
|
<%- include("partials/header") %>
|
||
|
<div class="header-spacer"></div>
|
||
|
<div class="main-content">
|
||
|
<div class="common-container">
|
||
|
<h1>メンテナンス中</h1>
|
||
|
<section>
|
||
|
<p>
|
||
|
現在、サイトはメンテナンス中です。<br>
|
||
|
ご不便をおかけして申し訳ございませんが、しばらくお待ちください。
|
||
|
</p>
|
||
|
<p>
|
||
|
メンテナンスが完了次第、サービスを再開いたします。<br>
|
||
|
何卒ご理解のほどよろしくお願い申し上げます。
|
||
|
</p>
|
||
|
</section>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|