move logo info to footer

This commit is contained in:
Arya Kiran 2022-12-10 16:02:38 +05:30
parent ec7f71162c
commit c57d4b6f3f
2 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,7 @@ echo "<footer>"
echo "<hr>"
echo "<p>Made with &lt;3 by ~vern team</p>"
echo "<p>Copyright (C) 2022 <a href=/en/admins>~vern team</a>. <a rel="license" href="/LICENSE.txt">Some rights reserved</a> under CC BY-SA 4.0.</p>"
echo "<p>Logo info can be found at <a href=/logo>/logo</a>"
echo "<p>Find the source code for this website on <a rel="source" href="//git.vern.cc/vern/website">~vern Gitea</a></p>"
echo "Commit Details: <a href=http://git.vern.cc/vern/website/commit/$(git rev-parse HEAD)>$(git rev-parse --short HEAD)-$(git show -s --format=%ci)</a>"
echo "</footer>"

View File

@ -41,11 +41,8 @@
<li><a href="//mto.vern.cc/#/#abuse:vern.cc" target="_blank">Matrix</a></li>
<li><a href="xmpp:abuse@muc.vern.cc" target="_blank">XMPP</a></li>
</ul>
<div class=h><h2 id=logo>~vern's logo</h2> <a aria-hidden=true href=#logo>#logo</a></div>
<p>The several logo variations can be found at <a href=/en/logo>/logo</a>.</p>
<div class=h><h2 id=sysinfo>What computers do ~vern servers run on?</h2> <a aria-hidden=true href=#sysinfo>#sysinfo</a></div>
<p>~vern has many servers running in different ways. You can find a list of them and their uses at <a href=/en/sysinfo>/sysinfo</a>.</p>
<!--#include file="footer.cgi" -->
</body>
</html>