mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Added footer demo
This commit is contained in:
parent
596f979fbb
commit
eb61bf82cd
2 changed files with 11 additions and 0 deletions
|
@ -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>
|
|
@ -53,6 +53,8 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<%- include("extra/footer") %>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue