commit 88004e9a63e46b97763b4e93b2771ccddd094bd0 (patch) parent a5ca084067beb295b68fd7d6d3207afe0c6cb267 Author: alex <alex@garbash.com> Date: Fri, 24 Sep 2021 23:25:24 -0400 root: Copy the root-index into this repo Someone's gotta version control it! Diffstat:
A | root-index.html | | | 43 | +++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 43 insertions(+), 0 deletions(-)
diff --git a/root-index.html b/root-index.html @@ -0,0 +1,43 @@ +<!DOCTYPE html> +<html> +<head> +<title>garbash.com</title> +<meta charset="utf-8"/> +<meta name="viewport" content="width=device-width,initial-scale=1"> +</head> +<body> +<h1>Welcome</h1> +<pre> + . + '). + /;(( + .'____`. + | g | create + | a | something + | r | worth + | bash | rewriting + `-____-' +</pre> +<h2>About</h2> +<p> +garbash is a budding invite-only +<a href="https://tildeverse.org">tilde</a> +community. +</p> +<p> +The name itself stems from "garbage <code>bash(1)</code>", +a term we lovingly use to describe our shell scripts +as we learn the art of scripting. +</p> +<p> +As of now, this site doesn't have much. See +<a href="/~alex">~alex's page</a> for a log +of the work to be done! +</p> +<h2>User Sites</h2> +<ul> +<li><a href="/~alex">~alex</a></li> +<li><a href="/~anthony">~anthony</a></li> +</ul> +</body> +</html>