Disabled unfinished projects and tools, Removed unused section, Improved readability, publish first public version

Update Dockerfile, app.py, and 38 more files...
This commit is contained in:
2025-03-30 14:52:48 +02:00
parent 374e6d018b
commit 5b4edda381
35 changed files with 853 additions and 670 deletions

View File

@@ -1,7 +1,7 @@
{% if code_language is none %}
<code class="code ox-auto w-full d-inline-block position-relative">
<code class="code ox-auto w-full d-inline-block position-relative content-spacer-vertical">
{% else %}
<code class="code ox-auto w-full d-inline-block position-relative language-{{ code_language }}">
<code class="code ox-auto w-full d-inline-block position-relative content-spacer-vertical language-{{ code_language }}">
{% endif %}
{% for code_line in code_lines %}
<span class="code-line t-nowrap">{{ code_line }}</span><br>