added footer

This commit is contained in:
Sam Alyx 2025-07-24 14:16:00 +02:00
parent 9df881880d
commit aaa596b2e3
2 changed files with 17 additions and 2 deletions

View File

@ -69,3 +69,12 @@ a.svg-link svg {
height: auto;
object-fit: contain;
}
.separator, .source {
color: #f2f5f4;
text-align: center;
margin: 25px auto;
margin-top: 20px;
width: 90%;
max-width: 500px;
}

View File

@ -242,8 +242,14 @@
</div>
<br>
<hr>
<footer class="source" aria-label="Footer information">
<p>♥ ur artists :3</p>
<p>&copy; JaxOffTV
<script>document.write(new Date().getFullYear())</script>
</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>