website/tur/footer.cgi

12 lines
684 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>&lt;3 ile ~vern takımı tarafından yapıldı</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 bulunabilirsiniz <a href=/logo>/logo</a>"
echo "<p>İnternet sitesinin kaynak kodlarını burdan bulabilirsiniz <a rel="source" href="//git.vern.cc/vern/website">~vern Git</a></p>"
echo "Commit Detayları: <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>"