File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< 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 >
8
18
< script type ="text/javascript " src ="https://code.jquery.com/jquery-3.4.1.min.js "> </ script >
9
19
< script >
10
20
function generateGoogleCalendarUrl ( text , year ) {
71
81
</ script >
72
82
</ head >
73
83
< body >
84
+ < h1 > 東海道新幹線予約カレンダー登録</ h1 >
74
85
< div class ="input_container ">
75
86
< span > 解析したい予約完了の文面を入力して下さい</ span > < br >
76
87
< textarea id ="input " cols ="100% " rows ="20 "> </ textarea >
86
97
< details >
87
98
< summary > ヘルプ</ summary >
88
99
< div >
89
- 東海道新幹線の予約完了画面の 「発売内容」をコピーしてペーストした結果を解析して、Google カレンダーの登録リンクを作成します。
100
+ 東海道新幹線エクスプレス予約の予約完了画面の 「発売内容」をコピーしてペーストした結果を解析して、Google カレンダーの登録リンクを作成します。
90
101
</ div >
91
102
</ details >
92
103
You can’t perform that action at this time.
0 commit comments