.head.html - ics2txt - convert icalendar .ics file to plain text | |
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
.head.html (759B) | |
--- | |
1 <!DOCTYPE html> | |
2 <title>ics2txt</title> | |
3 <meta charset="UTF-8"/> | |
4 <meta name="viewport" content="initial-scale=1.0"> | |
5 | |
6 <style> | |
7 body { padding:5em 5ch; font-family:sans; max-width:550pt; margin:auto; … | |
8 a { text-decoration:none; } | |
9 h1 { line-height: 3em; } | |
10 h2,h3,h4,h5,h6 { line-height:2em; } | |
11 pre,code { background: #f6f6f6; } | |
12 pre { padding:1em 2ch; line-height:1.1em; overflow:auto; } | |
13 blockquote { padding-left:1.4ch; margin-left:1ch; border-left:solid 1px … | |
14 img { max-width:100%; } | |
15 </style> | |
16 | |
17 <header> | |
18 <a href="//josuah.net/">josuah.net</a> | |
19 <nav style="float:right;"> | |
20 <a href="/ics2txt/ics2txt-VERSION.tar.gz">vVERSION</a> - | |
21 <a href="git://code.z0.is/ics2txt/">git</a> - | |
22 <a href="gopher://code.z0.is/1/ics2txt/">gopher</a> | |
23 </nav> | |
24 </header> |