-
Notifications
You must be signed in to change notification settings - Fork 6
/
completion.html
39 lines (36 loc) · 1.18 KB
/
completion.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
34
35
36
37
38
39
---
---
<!DOCTYPE html>
<!-- saved from url=(0031)http://dbcls.rois.ac.jp/contact -->
<html lang="ja" data-page-type="completion"><!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width">
<title>お問い合わせ完了 | DBCLS</title>
<link rel="stylesheet" href="style/default.css">
</head>
<body>
{% include header.html %}
<div class="content__wrapper">
<div id="subWrap">
<div class="sub__navigation sticky">
<h2 class="page-title">Contact</h2>
<ul class="sub__navigation-wrapper outline-list-category__wrapper">
<li class="sub__navigation-title outline-list-category__title active">お問い合わせ</li>
</ul>
</div>
</div>
<div class="main__contents">
<div id="main__contents-">
<div class="main__content-title__wrapper">
<h3 class="main__content-title">お問い合わせ</h3>
</div>
<div class="section-wrapper">
<p>送信完了しました!お問い合わせありがとうございます。</p>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>