-
Notifications
You must be signed in to change notification settings - Fork 6
/
references.html
47 lines (44 loc) · 1.34 KB
/
references.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
40
41
42
43
44
45
46
47
---
---
<!DOCTYPE html>
<!-- saved from url=(0032)http://dbcls.rois.ac.jp/research -->
<html lang="ja" data-page-type="references">
<!--<![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">Services</h2>
<ul class="sub__navigation-wrapper outline-list-category__wrapper">
<li class="sub__navigation-title outline-list-category__title">
<a href="/services.html">サービス一覧</a>
</li>
<li class="sub__navigation-title outline-list-category__title active">
<a href="">引用文献一覧</a>
</li>
</ul>
</div>
</div>
<div class="main__contents">
<div class="main__content-title__wrapper">
<h3 class="main__content-title">
引用文献一覧
<span class="update_date"></span>
</h3>
</div>
<div class="publications__wrapper"></div>
</div>
</div>
{% include footer.html %}
<script src="script/underscore-min.js" type="text/javascript"></script>
<script src="script/default.js"></script>
<script src="script/references.js"></script>
</body>
</html>