diff options
| author | Bobby <[email protected]> | 2024-10-04 13:59:45 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-10-04 13:59:45 -0400 |
| commit | 4e801314b76ebc1556ab37fa8d7f0897c6e238ed (patch) | |
| tree | 59a7e7d9483ed2c90fee8b671675fdb8bde8a04c /templates/partials/base.html | |
| parent | d4e8d9883d64361ddc3bc035a5b1de7af71b1281 (diff) | |
| download | yugen-4e801314b76ebc1556ab37fa8d7f0897c6e238ed.tar.xz yugen-4e801314b76ebc1556ab37fa8d7f0897c6e238ed.zip | |
Manga on homepage
Diffstat (limited to 'templates/partials/base.html')
| -rw-r--r-- | templates/partials/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/partials/base.html b/templates/partials/base.html index a93e74a..de6d8a1 100644 --- a/templates/partials/base.html +++ b/templates/partials/base.html @@ -16,6 +16,7 @@ <body class="bg-black text-white"> {% include "partials/navbar.html" %} <main class="mx-auto">{% block content %} {% endblock %}</main> + <footer class="text-center text-sm py-4">© <script>document.write(new Date().getFullYear())</script> Yugen • Yugen is a private streaming service meant to be used by certain allowed users only. Users must be members of a specific Discord server to be able to access the site. All rights reserved.</footer> </body> {% block scripts %} {% endblock %} </html> |
