Skip to content

Commit 3e95a22

Browse files
committed
表示とヘルプを変更
1 parent ffa8c8c commit 3e95a22

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

shinkansen.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>東海道新幹線予約</title>
8+
<style type="text/css">
9+
h1 {
10+
font-size: 1.5em;
11+
border-bottom: 4px double black;
12+
border-top: 4px double black;
13+
}
14+
summary {
15+
cursor: help;
16+
}
17+
</style>
818
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
919
<script>
1020
function generateGoogleCalendarUrl(text, year) {
@@ -71,6 +81,7 @@
7181
</script>
7282
</head>
7383
<body>
84+
<h1>東海道新幹線予約カレンダー登録</h1>
7485
<div class="input_container">
7586
<span>解析したい予約完了の文面を入力して下さい</span><br>
7687
<textarea id="input" cols="100%" rows="20"></textarea>
@@ -86,7 +97,7 @@
8697
<details>
8798
<summary>ヘルプ</summary>
8899
<div>
89-
東海道新幹線の予約完了画面の「発売内容」をコピーしてペーストした結果を解析して、Google カレンダーの登録リンクを作成します。
100+
東海道新幹線エクスプレス予約の予約完了画面の「発売内容」をコピーしてペーストした結果を解析して、Google カレンダーの登録リンクを作成します。
90101
</div>
91102
</details>
92103

0 commit comments

Comments
 (0)