forked from dounokouno/TransmitMail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
finish.html
executable file
·33 lines (33 loc) · 1.23 KB
/
finish.html
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>お問い合わせいただきありがとうございます | TransmitMail サンプル</title>
<link rel="stylesheet" href="http://etc.dounokouno.com/ttXHTMLTemplate/css/screen.css">
</head>
<body class="home">
<div id="header">
<div class="container">
<h1>TransmitMail サンプル</h1>
</div>
</div>
<div id="content">
<div class="container">
<div class="section">
<h2>お問い合わせいただきありがとうございます</h2>
<p>お問い合わせいただき、ありがとうございます。<br>
1~2営業日以内に担当者よりご連絡さしあげます。</p>
<p>1週間以上経ってもお返事がない場合は、<br>
お手数ですが下記アドレスよりお問い合わせくださいませ。</p>
<p><a href="mailto:info@example.com">info@example.com</a></p>
</div>
<div class="section">
<ul>
<li><a href="index.php">お問い合わせフォームへ戻る</a></li>
<li><a href="#">トップページへ戻る</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>