console (#1)
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 18s

Reviewed-on: #1
This commit is contained in:
2023-12-18 03:33:05 +01:00
parent f137aceb6e
commit 47f26c96f6
5 changed files with 130 additions and 2 deletions

12
templates/console.html Normal file
View File

@ -0,0 +1,12 @@
{% extends "base.html" %}
{% block styles %}
<link rel="stylesheet" href="/console.css">
{% endblock styles %}
{% block content %}
<section class="console content" >
</section>
<textarea class="mobile-input" style="display: none" disabled autofocus></textarea>
<script src="/js/console.js" defer></script>
{% endblock content %}