diff options
author | Matt Singleton <matt@xcolour.net> | 2022-01-16 20:56:29 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-01-16 20:56:29 -0600 |
commit | 1ef62c2c3044b5b11dae92a08be5d83a780392b4 (patch) | |
tree | fe1a3f4a3a38e468ee050de50ab38dc67d810135 /page_template.html | |
parent | f02368a8f9218c7aa5b1f60730aeb30a7a4f790e (diff) |
handle error codes and network errors
Diffstat (limited to 'page_template.html')
-rw-r--r-- | page_template.html | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/page_template.html b/page_template.html index 2a4baf5..e049d56 100644 --- a/page_template.html +++ b/page_template.html @@ -4,35 +4,7 @@ <head> <meta charset="$charset"/> <style type="text/css"> -html { - font-size: 18px; - font-family: Garamond, Georgia, sans-serif; -} - -pre { - font-family: Courier, monospace; -} - -blockquote { - border-left: 5px solid #ddd; - padding: 0.6em 0.6em 0.2em; - font-style: italic; -} - -blockquote:before { - content: "\201C"; - display: inline-block; - padding-right: 0.4rem; - font-size: 4em; - line-height: 0; - vertical-align: -0.4em; - color: lightgrey; - margin-right: 0.1em; -} - -li.link::marker { - content: '⇒ '; -} +$css </style> </head> <body> |