index.html 926 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <style>
  6. @media (prefers-color-scheme: dark){
  7. body {color:#fff;background:#000}
  8. a:link {color:#9cf}
  9. a:hover, a:visited:hover {color:#cef}
  10. a:visited {color:#c9f}
  11. }
  12. body{
  13. margin:1em auto;
  14. max-width:40em;
  15. padding:0 .62em;
  16. font:1.2em/1.62 sans-serif;
  17. }
  18. h1,h2,h3 {
  19. line-height:1.2;
  20. }
  21. @media print{
  22. body{
  23. max-width:none
  24. }
  25. }
  26. </style>
  27. <link rel="alternate" type="application/rss+xml" href="./feed.xml" title="Paul Lorenc's website">
  28. <meta name="twitter:card" content="summary" />
  29. <meta name="twitter:title" content="Paul Lorenc's website" />
  30. <meta name="twitter:image" content="" />
  31. <title> Paul Lorenc</title>
  32. <h1>Paul Lorenc</h1>
  33. <a href="mailto:pj@paul-lorenc.com">pj@paul-lorenc.com</a>
  34. <br>
  35. <a href="./paul-lorenc.asc">pgp key</a>
  36. <br>
  37. <a href="posts.html">posts</a>
  38. <br>
  39. <a href="feed.xml">rss</a>