mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Initial commit; shadow-cljs, re-frame + re-frame-10x
This commit is contained in:
commit
a8a3e239f8
1 changed files with 12 additions and 0 deletions
12
index.html
Normal file
12
index.html
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>Airsonic UI</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app"> </div>
|
||||||
|
<script src="/app/js/main.js"></script>
|
||||||
|
<script>airsonic_ui.core.init()</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue