garbash-www

archive of ~alex garbash.com page
git clone git://git.alexkarle.com.com/garbash-www
Log | Files | Refs | README | LICENSE

commit 9f4c33bdae0e07e6c8c74e054a0206a46649b821 (patch)
parent 55d05b3652b578f85f4b2e7536fe5a6e36bd873b
Author: alex <alex@garbash.com>
Date:   Sat, 25 Sep 2021 00:29:21 -0400

root: List hosted services (git) on garbash.com

This isn't super exciting yet, but it's handy to link to it at the
only URL that auto completes on my smartphone haha

Diffstat:
Mroot-index.html | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/root-index.html b/root-index.html @@ -39,5 +39,10 @@ of the work to be done! <li><a href="/~alex">~alex</a></li> <li><a href="/~anthony">~anthony</a></li> </ul> +<h2>Hosted Services</h2> +<ul> +<li><a href="https://git.garbash.com">git hosting</a></li> +<li>More to come!</a></li> +</ul> </body> </html>