diff options
Diffstat (limited to 'build/websites/index.html')
-rw-r--r-- | build/websites/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/websites/index.html b/build/websites/index.html index 29715cd..8a06384 100644 --- a/build/websites/index.html +++ b/build/websites/index.html @@ -7,7 +7,7 @@ <title>Websites Built with `barf`</title> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" /> - <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style> + <style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}.footnotes{font-size:90%;}</style> </head> <nav> @@ -15,7 +15,7 @@ </nav> <main> -<h1>Websites Built with <code>barf</code></h1> +<h1 id="websites-built-with-">Websites Built with <code>barf</code></h1> <p>Send an email to bt [at] btxx [dot] org if you would like me to add your barf-generated website to this list.</p> <ul> <li><a href="https://jsfree.org">jsfree.org</a></li> |