diff options
Diffstat (limited to 'static')
-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> |