Update learn.php

This commit is contained in:
2026-06-16 11:59:29 +02:00
parent 3da5b0aacd
commit 3dfaedd66d
+4 -1
View File
@@ -48,7 +48,10 @@ $list = $_GET['list'] ?? 'test';
</div>
</div>
<div class="bottom-bar">
<a href="/dashboard.php">Dashboard</a>
<a href="/logout.php">Logout</a>
</div>
<script type="module">
import { initDB } from "/assets/js/db.js";