aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-04-30 08:38:51 -0500
committerthe lemons <citrons@mondecitronne.com>2022-04-30 08:38:51 -0500
commit87e69294baee1745e1ab640088922dac4aae1013 (patch)
tree9c88e3d096fffe585d02efa20ca78a100935b834
parent0588a838ce7fd91f85e91f2d53f7f9d8f81c6409 (diff)
add links from about.html back to the main site
-rw-r--r--about.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/about.html b/about.html
index 10d361e..06d1711 100644
--- a/about.html
+++ b/about.html
@@ -8,9 +8,10 @@
</head>
<body>
<h1>about zzcxz</h1>
+ <main>
<h2 id="what-is-zzcxz">what is zzcxz?</h2>
<p>
- zzcxz consists of user generated, fictional content. do not believe what you read, for it is not real and could be written by anyone.
+ <a href="/">zzcxz</a> consists of user generated, fictional content. do not believe what you read, for it is not real and could be written by anyone.
</p>
<h2 id="rules">zzcxz rules</h2>
@@ -103,6 +104,16 @@
<p>
if you are reading this, it is already too lateā„¢.
</p>
-
+ </main>
+
+ <footer>
+ <div class="links">
+ <p><a href="/">zzcxz</a></p>
+ <p><a href="https://citrons.xyz/git/zzcxz.git/about">
+ source code
+ </a></p>
+ <p><a href="https://citrons.xyz">citrons.xyz</a></p>
+ </div>
+ </footer>
</body>
</html>