File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ='utf-8 '>
5
+ < meta http-equiv ='X-UA-Compatible ' content ='IE=edge '>
6
+ < title > Page Title</ title >
7
+ < meta name ='viewport ' content ='width=device-width, initial-scale=1 '>
8
+ < link rel ='stylesheet ' type ='text/css ' media ='screen ' href ='main.css '>
9
+ </ head >
10
+ < body >
11
+
12
+ < h1 > xtetsuji/html-javascript-tinyapps</ h1 >
13
+
14
+ < p > Repository: < a href ="https://github.com/xtetsuji/html-javascript-tinyapps/ "> https://github.com/xtetsuji/html-javascript-tinyapps/</ a > </ p >
15
+
16
+ < ul >
17
+ < li > < a href ="jal.html "> jal.html</ a > - JAL予約からGoogle Calendar の Event Publisher リンク作成</ li >
18
+ < li > < a href ="kachimai-download.html "> kachimai-download.html</ a > - 十勝毎日新聞電子版の指定日付のアクセス・ダウンロード用(そのブラウザで要事前ログイン)</ li >
19
+ < li > < a href ="tweet-count.html "> tweet-count.html</ a > - Twitter向け(?)の風変わりな文字数カウント</ li >
20
+ </ ul >
21
+
22
+ </ body >
23
+ </ html >
You can’t perform that action at this time.
0 commit comments