threads rising
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2024-02-01 03:26:12 +10:00
parent f9bbd5e6af
commit fbb586b56c
5 changed files with 151 additions and 11 deletions

View File

@@ -0,0 +1,19 @@
{% extends "base.html" %}
{% block content %}
{% include 'navbar.html' %}
<div class="row" >
<div class="col s6 m5" id="op-posts">
{% include 'op-posts.html' %}
</div>
<!-- <div class="col s6 m5" id="thread-viz">
<iframe src="https://thread-visualizah-dev.board.vdk2ch.ru/" scrolling="no" frameborder="0" style="position: relative; height: 600px; width: 100%; margin:10px;"></iframe>
</div> -->
</div>
{% endblock content %}