ment
This commit is contained in:
parent
018772f321
commit
c108f98432
3 changed files with 80 additions and 0 deletions
21
template/footer.html
Normal file
21
template/footer.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<footer>
|
||||
<p>
|
||||
Copyright (C) 2022 Aviv "RustyStriker" Romem |
|
||||
Except where otherwise noted.
|
||||
<br>
|
||||
works and publications on this website are licenced under
|
||||
<a href = "https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
|
||||
<br>
|
||||
Codes are published under
|
||||
<a href = "https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPL v3 or later</a>
|
||||
and JavaScript is also published under
|
||||
<a href = "https://www.gnu.org/licenses/gpl-3.0.html">GNU GPL v3 or later</a>
|
||||
| Except where otherwise noted.
|
||||
<br>
|
||||
Website is compiled using my custom
|
||||
<a href = "https://gitea.rustystriker.dev/RustyStriker/command_injector">injector</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue