fix script tag
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 1s

This commit is contained in:
Adam Jeniski 2025-10-13 08:09:15 -09:00
parent f0a6331a4e
commit 5d6ae82fab

View File

@ -10,7 +10,7 @@
(def index
(str (h/html [:title "Ajet Dashboard"]
[:script "https://cdn.jsdelivr.net/npm/eruda"]
[:script {:src "https://cdn.jsdelivr.net/npm/eruda"}]
[:script "eruda.init()"]
[:link {:rel "stylesheet", :href "/css/style.css"}]
[:link