diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-09-15 18:46:35 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-09-15 18:46:35 +0000 |
commit | 8575ab636ca870e8d3237d462ce85da1692099d5 (patch) | |
tree | 26ad3c9840463ba7d985c09477833664e0b10a40 /static/about.html | |
parent | added a note in about.thml (diff) | |
download | blog-main.tar.gz blog-main.zip |
Diffstat (limited to 'static/about.html')
-rw-r--r-- | static/about.html | 62 |
1 files changed, 32 insertions, 30 deletions
diff --git a/static/about.html b/static/about.html index b417071..68f43f0 100644 --- a/static/about.html +++ b/static/about.html @@ -14,35 +14,37 @@ /> </head> <body style="border-style: solid;"> - <p> - <a href="https://terminaldweller.com">Here's a list of links</a> to help - get a hold of me - </p> - <p>Email: devi+blog@terminaldweller.com</p> - <p> - You can find my github - <a href="https://github.com/terminaldweller">here</a> - . - </p> - <p> - Also if the blog is broken please make a new issue - <a href="https://github.com/terminaldweller/blog">here</a> - . - </p> - <p> - You can also just star the git repo that holds the markdowns and use whatever tool you like to just render the markdown locally. - The repo is mirrored on these locations: - <ul> - <li><a href="https://gitlab.com/terminaldweller/blog">gitlab.com</a></li> - <li><a href="https://codeberg.org/terminaldweller/blog">codeberg</a></li> - <li><a href="https://git.terminaldweller.com/blog/">self-hosted</a></li> - </ul> - </p> - <br /> - <br /> - <hr /> - <br /> - <a href="/" class="left-footer">Home</a> - <br /> + <div class="article"> + <p> + <a href="https://terminaldweller.com">Here's a list of links</a> to help + get a hold of me + </p> + <p>Email: devi+blog@terminaldweller.com</p> + <p> + You can find my github + <a href="https://github.com/terminaldweller">here</a> + . + </p> + <p> + Also if the blog is broken please make a new issue + <a href="https://github.com/terminaldweller/blog">here</a> + . + </p> + <p> + You can also just star the git repo that holds the markdowns and use whatever tool you like to just render the markdown locally. + The repo is mirrored on these locations: + <ul> + <li><a href="https://gitlab.com/terminaldweller/blog">gitlab.com</a></li> + <li><a href="https://codeberg.org/terminaldweller/blog">codeberg</a></li> + <li><a href="https://git.terminaldweller.com/blog/">self-hosted</a></li> + </ul> + </p> + <br /> + <br /> + <hr /> + <br /> + <a href="/" class="left-footer">Home</a> + <br /> + </div> </body> </html> |