-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimetable.html
45 lines (45 loc) · 1.87 KB
/
timetable.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
<!DOCTYPE html>
<html lang="ja">
<head>
<title>鳥取*busmap</title>
<meta charset="utf-8">
<meta name="keywords" content="鳥取市,鳥取県,路線図,バス,バス路線図,時刻表,地図,鳥取,日本交通,日ノ丸自動車">
<meta name="description" content="鳥取のバスを案内するウェブサイト; busmap of Tottori">
<meta name="author" content="kotodu">
<link rel="stylesheet" href="cont/add20181006.css" type="text/css">
<!-- <link rel="stylesheet" href="add.css" type="text/css"> -->
<!-- <script type="text/javascript" src="cont/let.js"></script> -->
</head>
<body>
<header>
<ul class="nav">
<li id="n1"><a href="index.html">鳥取Top</a></li>
<li id="n2"><a href="about.html">このサイトは?</a></li>
<li id="nn"><span style="text-decoration: underline;"><a href="https://kotodu.io/ttrmap">TTRmap(2019-)</a></span></li>
<li id="n3"><a href="busroutemap.html">バス路線図(-2018)</a></li>
<li id="n4"><a href="timetable.html">バス時刻表</a></li>
<li id="n5"><a href="https://kotodu.io">制作者 Home</a></li>
<li id="n6"><a href="https://twitter.com/kotodu">Twitter</a></li>
</ul>
</header>
<main>
<div class="m1">
<div class="heading">
<h1>鳥取駅―環境大学前 バス時刻表</h1>
</div>
<p>日本交通 若桜線・若葉台線・面影若葉台線・環境大学専用便をまとめ、環境大学前から鳥取駅のバス時刻を一覧にしたものです。</p>
<p>2018年度10月改正対応、年末年始は朝夜全便運休、要情報確認</p>
<h3>平日版(最終更新:2018/12/04)</h3>
<p><a href="tuestime/tusetime_2018w.pdf">PDF版80KB</a></p>
<hr>
<h3>土休日版(最終更新:2018/12/04)</h3>
<p><a href="tuestime/tusetime_2018h.pdf">PDF版70KB</a></p>
</div>
</main>
<aside>
</aside>
<footer>
<p>©kotodu</p>
</footer>
</body>
</html>