mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 10:43:39 +02:00
Provide local version of airsonic logo created by @jooola
This commit is contained in:
parent
5344975363
commit
d26decb2ff
4 changed files with 3 additions and 3 deletions
BIN
src/assets/img/airsonic-light-350x100.png
Normal file
BIN
src/assets/img/airsonic-light-350x100.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
14
src/assets/index.html
Normal file
14
src/assets/index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Airsonic</title>
|
||||
<link rel="stylesheet" href="./app/style.css">
|
||||
</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