1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html>
- <html>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <style>
- @media (prefers-color-scheme: dark){
- body {color:#fff;background:#000}
- a:link {color:#9cf}
- a:hover, a:visited:hover {color:#cef}
- a:visited {color:#c9f}
- }
- body{
- margin:1em auto;
- max-width:40em;
- padding:0 .62em;
- font:1.2em/1.62 sans-serif;
- }
- h1,h2,h3 {
- line-height:1.2;
- }
- @media print{
- body{
- max-width:none
- }
- }
-
- </style>
- <link rel="alternate" type="application/rss+xml" href="./feed.xml" title="Paul Lorenc's website">
- <meta name="twitter:card" content="summary" />
- <meta name="twitter:title" content="Paul Lorenc's website" />
- <meta name="twitter:image" content="" />
- <title> Paul Lorenc</title>
- <h1>Paul Lorenc</h1>
- <a href="mailto:pj@paul-lorenc.com">pj@paul-lorenc.com</a>
- <br>
- <a href="./paul-lorenc.asc">pgp key</a>
- <br>
- <a href="posts.html">posts</a>
- <br>
- <a href="feed.xml">rss</a>
|