un beau favicon

This commit is contained in:
Aethor 2021-06-16 00:13:28 +02:00
parent 9f40b27cfd
commit c063a67cf7
3 changed files with 12 additions and 3 deletions

View File

@ -13,6 +13,7 @@ RUN adduser zambla
COPY icecast.xml.jinja .
COPY ices.xml.jinja .
COPY index.html /usr/share/icecast2/web
COPY favicon.ico /usr/share/icecast2/web
COPY next_song.py /opt
COPY yt_sync.py /opt

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,3 +1,11 @@
<audio controls>
<source src="/radio-bullshit" type="audio/ogg">
</audio>
<html>
<head>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<audio controls>
<source src="/radio-bullshit" type="audio/ogg">
</audio>
</body>
</html>