commit cdd33a0ddf6c97792d33ca9b14a8711386cd64b6
parent e47ecb1844f04fd7dd6ff3f3687d72c8050f35f1
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Wed, 4 Aug 2021 06:01:11 -0400
Add <hr> elements
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -12,6 +12,7 @@
<header>
<h1><img src="/favicon.png" alt="Logo" width=48 height=48> Hey There!</h1>
</header>
+ <hr>
<main>
<p>My name is Jake Bauer, commonly known as <code>jbauer</code> or <code>avocatto</code> on the internet. I am a sysadmin, reluctant programmer, and an aspiring writer.</p>
@@ -28,5 +29,6 @@
<h2>Donate</h2>
<p>If you like what I do and wish to send a few <code>$CURRENCY_UNIT</code>s my way, the easist way is via <a href="paypal.me/paritybit">PayPal</a>, or to use this <a href="https://www.vultr.com/?ref=8575845">Vultr referral link</a>. Thanks!
</main>
+ <hr>
</body>
</html>