fix script tag
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 1s
All checks were successful
Deploy ${{ gitea.repository }} / build (push) Successful in 1s
This commit is contained in:
parent
f0a6331a4e
commit
5d6ae82fab
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
(def index
|
(def index
|
||||||
(str (h/html [:title "Ajet Dashboard"]
|
(str (h/html [:title "Ajet Dashboard"]
|
||||||
[:script "https://cdn.jsdelivr.net/npm/eruda"]
|
[:script {:src "https://cdn.jsdelivr.net/npm/eruda"}]
|
||||||
[:script "eruda.init()"]
|
[:script "eruda.init()"]
|
||||||
[:link {:rel "stylesheet", :href "/css/style.css"}]
|
[:link {:rel "stylesheet", :href "/css/style.css"}]
|
||||||
[:link
|
[:link
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user