diff options
author | Bradley Taunt <bt@btxx.org> | 2024-06-07 10:27:38 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-06-07 10:27:38 -0400 |
commit | 8a3e4e5207f59d42bfd6075e3792267266c86e71 (patch) | |
tree | f54d760781244072ff66564b011fef18dbf4a3de /build/websites | |
parent | 8c47200dd81639b7cb1a3a165f4bb2eec2517970 (diff) |
Homepage changes, README updates, swap to lowdown, cleanup
Diffstat (limited to 'build/websites')
-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> |