website/tur/footer.cgi

12 lines
652 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env bash
echo "Content-type: text/html"
echo ""
echo "<footer>"
echo "<br>"
echo "<p>~vern takımıyla yapıldı &lt;3</p>"
echo "<p>Copyright (C) 2022-2024 <a href=/tur/admins>~vern</a>. <a rel="license" href="/LICENSE.txt">Some rights reserved</a> under CC BY-SA 4.0</p>"
echo "<p>Logo bilgisi buradan bulunabilir <a href=/logo>/logo</a>"
echo "<p>websitenin kaynak kodlarını burdan bulabilirsiniz <a rel="source" href="//git.vern.cc/vern/website">~vern Git</a></p>"
echo "Commit Detay: <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>"