bloat commit

Co-authored-by: Sapphire1525 <Sapphire1525@users.noreply.github.com>
This commit is contained in:
Akif9748 2022-08-24 23:00:33 +03:00
parent 8ee97ea497
commit e5d4ea92ed
2 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,4 @@
<br><br><br>
<br><br><br><br><br>
<div class="footer">
<!-- This website is powered by AKF-Forum -->
<p><a href="https://github.com/Akif9748/akf-forum"> This website is powered by AKF-Forum </a></p>
</div>

View File

@ -48,13 +48,16 @@
<% }%>
</form>
<% if (user){ %>
<script type="module" src="/js/thread.js"></script>
<% }%>
<script>
document.getElementById("message-<%= scroll %>").scrollIntoView();
</script>
<script>
document.getElementById("message-<%= scroll %>").scrollIntoView();
</script>
<!-- <button id="left_page" style=" float: right;" type="submit">PREV</button>
<button id="right_page" style="display:inline;float: right;" type="submit">NEXT</button>-->
<%- include("extra/footer") %>
</body>