akf-forum/views/extra/footer.ejs

12 lines
256 B
Text
Raw Normal View History

2022-08-31 16:47:31 +03:00
<style>
.footer {
width: 100%;
background-color: #f5f5f5;
2022-08-31 18:11:54 +03:00
color: var(--second);
2022-08-31 16:47:31 +03:00
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>