diff options
author | Joe <rrbo@proton.me> | 2023-02-27 16:05:27 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-27 16:05:27 +0100 |
commit | 7f0a9d3290c8000427cac04494bfb3c373024b39 (patch) | |
tree | d17465d01efd89cdcb9516afcf72aaa4a953d6ba | |
parent | Update (diff) | |
download | gitjoe-cgit-7f0a9d3290c8000427cac04494bfb3c373024b39.tar.gz gitjoe-cgit-7f0a9d3290c8000427cac04494bfb3c373024b39.tar.bz2 gitjoe-cgit-7f0a9d3290c8000427cac04494bfb3c373024b39.tar.xz gitjoe-cgit-7f0a9d3290c8000427cac04494bfb3c373024b39.tar.zst gitjoe-cgit-7f0a9d3290c8000427cac04494bfb3c373024b39.zip |
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | about.html | 4 | ||||
-rw-r--r-- | footer.html | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2022, Joe +Copyright (c) 2020-2023, Joe All rights reserved. Redistribution and use in source and binary forms, with or without @@ -24,8 +24,8 @@ <p> You can become a GitJoe member (or may I say a GitJoe <i>partner</i>) right now by getting in touch with me via email directly: - <b>joe@jozanofastora.xyz</b> or through one of these - <a href="https://jozanofastora.xyz/links.html">links</a>. + <b>rrbo@proton.me</b> or through one of these + <a href="https://jozan.org/links.html">links</a>. </p> <p> GitJoe - where the good code belongs - and fuck GitHub diff --git a/footer.html b/footer.html index c689eb0..9cc2562 100644 --- a/footer.html +++ b/footer.html @@ -1,3 +1,3 @@ <div class="footer"> - powered by <a href="https://git.zx2c4.com/cgit/about/">cgit</a>. Copyright (c) 2020-2022, Joe - this website does not use cookies or php or js + powered by <a href="https://git.zx2c4.com/cgit/about/">cgit</a>. Copyright (c) 2020-2023, Joe - this website does not use cookies or php or js </div> |