diff options
| author | Bobby <[email protected]> | 2025-11-19 17:33:35 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-19 17:33:35 +0530 |
| commit | 7af662d63efedc9c7b181ce796797b2c550917d5 (patch) | |
| tree | 7e98c11b1f05bf81d320826c0211a28242ea95a8 | |
| parent | bb51b8015870b7fd47430103059820209de2f905 (diff) | |
| download | cgitconf-7af662d63efedc9c7b181ce796797b2c550917d5.tar.xz cgitconf-7af662d63efedc9c7b181ce796797b2c550917d5.zip | |
Add about.html with personal introduction and links
| -rw-r--r-- | about.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..431739e --- /dev/null +++ b/about.html @@ -0,0 +1,22 @@ +<h1>Shifoo’s Git</h1> + +<p> +Welcome to my little corner of the internet where mirrors, experiments, toys, and +questionable coding decisions live together in harmony. +</p> + +<p> +This instance hosts: +<ul> + <li>Local mirrors of my GitHub repositories</li> + <li>Random experiments and prototypes</li> + <li>Archived projects that don’t need a full GitHub home</li> + <li>Tools, scripts, and code I want to keep independent</li> +</ul> +</p> + +<p> +For my main public work, visit: <strong><a href="https://github.com/luciferreeves" target="_blank"> +github.com/luciferreeves +</a></strong> +</p> |
