diff options
author | Bill <bill@billserver.senders.io> | 2022-12-31 14:23:20 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2022-12-31 14:23:20 -0500 |
commit | 44da246fa5e373c86373889b53263f52af84d525 (patch) | |
tree | 8eed772e39a010703283726389139744978a6bfc /www/blog/index.html | |
parent | ab5ecccf0e282c9a181a8123196e42b8c7ca9009 (diff) |
Major overhaul, markdowns + copyright notice
Diffstat (limited to 'www/blog/index.html')
-rw-r--r-- | www/blog/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/blog/index.html b/www/blog/index.html index f2766b8..d2252ea 100644 --- a/www/blog/index.html +++ b/www/blog/index.html @@ -33,6 +33,9 @@ <h1>Blog Index</h1> <ol> <li> + <a href="/blog/2022-12-05/">2022-12-05 - CSS Themes Exist Now!?</a> + </li> + <li> <a href="/blog/2022-11-06/">2022-11-06 - My Markdown -> HTML Setup</a> </li> @@ -64,6 +67,12 @@ </li> </ol> </article> + <div id='copyright'> + © 2023 senders dot io - <a rel="license external noopener noreferrer" + target="_blank" + href="https://creativecommons.org/licenses/by/4.0/">CC BY-SA 4.0</a> + unless otherwise noted. + </div> </div> </body> </html> |