diff options
author | Bradley Taunt <brad@serpapi.com> | 2024-01-17 13:09:26 -0500 |
---|---|---|
committer | Bradley Taunt <brad@serpapi.com> | 2024-01-17 13:09:26 -0500 |
commit | e19f5e293b93835387dd7173a511e687187e972a (patch) | |
tree | 0d3a767df1926610bb42af1e66bf01385f0d6e0b /footer.html |
Initial commit on self hosted cgit platform
Diffstat (limited to 'footer.html')
-rw-r--r-- | footer.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..8fd596e --- /dev/null +++ b/footer.html @@ -0,0 +1,24 @@ +<footer role="contentinfo"> + <br> + <hr> + <p>→ <a href="https://sr.ht/~bt/jsfree.org/">Help edit or improve this project</a>.</p> + <hr> + <h2 id="menu">Menu Navigation</h2> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/browsers">Browsers</a></li> + <li><a href="/code-forges">Code Forges</a></li> + <li><a href="/email">Email</a></li> + <li><a href="/forums">Forums</a></li> + <li><a href="/games">Games</a></li> + <li><a href="/search-engines">Search Engines</a></li> + <li><a href="/social-media">Social Media</a></li> + <li><a href="/video">Video</a></li> + <li><a href="/web-hosting">Web Hosting</a></li> + </ul> + <small> + Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br> + Hosted on <a href="https://nearlyfreespeech.net">NearlyFreeSpeech.net</a>. <br> + The <a href="https://git.sr.ht/~bt/jsfree.org">code for this site</a> is <a href="https://git.sr.ht/~bt/jsfree.org/tree/master/item/LICENSE">MIT</a>. + </small> +</footer>
\ No newline at end of file |