init theme toggle
This commit is contained in:
parent
653185b60f
commit
e28058040c
3 changed files with 50 additions and 3 deletions
|
|
@ -26,9 +26,12 @@
|
|||
<script src="https://unpkg.com/htmx.org@2.0.3"
|
||||
integrity="sha384-0895/pl2MU10Hqc6jd4RvrthNlDiE9U1tWmX7WRESftEDRosgxNsQG/Ze9YMRzHq" crossorigin="anonymous"></script>
|
||||
|
||||
<title>Software, Product Developement and IT consulting</title>
|
||||
<meta charset="UTF-8">
|
||||
|
||||
{% endblock head %}
|
||||
|
||||
<body hx-boost="false">
|
||||
<body hx-boost="false" class="dark">
|
||||
{% block header %}
|
||||
|
||||
<header class="pos-absolute" style="background-color: transparent">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue