reimplemented editor

This commit is contained in:
evilchili
2025-11-27 01:57:25 -08:00
parent ce2c65cce1
commit c540073b66
10 changed files with 11780 additions and 490 deletions
+1
View File
@@ -36,6 +36,7 @@
{% endblock %}
</footer>
<script src="{{ url_for('static', filename='site.js') }}"></script>
{% block scripts %}{% endblock %}
</body>
</html>