Added footer demo

This commit is contained in:
Akif9748 2022-08-31 16:47:31 +03:00
parent 596f979fbb
commit eb61bf82cd
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,12 @@
<style>
.footer {
width: 100%;
background-color: #f5f5f5;
color: #606060;
text-align: center;
}
</style>
<br>
<div class="footer">
<a href="https://github.com/Akif9748/akf-forum"> This website is powered by AKF-Forum </a>
</div>

View File

@ -53,6 +53,8 @@
</div>
</div>
<%- include("extra/footer") %>
</body>
</html>