added footer
This commit is contained in:
parent
9df881880d
commit
aaa596b2e3
|
@ -68,4 +68,13 @@ a.svg-link svg {
|
||||||
width: 3em;
|
width: 3em;
|
||||||
height: auto;
|
height: auto;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
|
||||||
|
.separator, .source {
|
||||||
|
color: #f2f5f4;
|
||||||
|
text-align: center;
|
||||||
|
margin: 25px auto;
|
||||||
|
margin-top: 20px;
|
||||||
|
width: 90%;
|
||||||
|
max-width: 500px;
|
||||||
}
|
}
|
10
index.html
10
index.html
|
@ -242,8 +242,14 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<hr>
|
||||||
|
<footer class="source" aria-label="Footer information">
|
||||||
|
<p>♥ ur artists :3</p>
|
||||||
|
<p>© 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>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue