pub / tw2html

Checks online status of streams on twitch.tv and lets you watch them
git clone https://src.jayvii.de/pub/tw2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit bffd87b887fab98f18272701096c2a6f7bd9329e
parent d8efd01c0c786de49a2408f26bf121f223cb7733
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 19 May 2024 21:10:07 +0200

fix reference to icons

Diffstat:
Mindex.php | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/index.php b/index.php @@ -45,12 +45,12 @@ if (!$loading_screen) { <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Twitch Streams</title> - <link rel="icon" type="image/png" href="assets/twitch.png"> - <link rel="icon" type="image/png" sizes="16x16" href="assets/twitch_16.png"> - <link rel="icon" type="image/png" sizes="32x32" href="assets/twitch_32.png"> - <link rel="icon" type="image/png" sizes="64x64" href="assets/twitch_64.png"> - <link rel="icon" type="image/png" sizes="128x128" href="assets/twitch_128.png"> - <link rel="apple-touch-icon" href="assets/twitch.png"> + <link rel="icon" type="image/png" href="assets/img/twitch.png"> + <link rel="icon" type="image/png" sizes="16x16" href="assets/img/twitch_16.png"> + <link rel="icon" type="image/png" sizes="32x32" href="assets/img/twitch_32.png"> + <link rel="icon" type="image/png" sizes="64x64" href="assets/img/twitch_64.png"> + <link rel="icon" type="image/png" sizes="128x128" href="assets/img/twitch_128.png"> + <link rel="apple-touch-icon" href="assets/img/twitch.png"> <link rel="stylesheet" type="text/css" href="assets/css/stylesheet.css"/> <link rel="stylesheet" href="assets/css/loading.css" /> <link rel="stylesheet" href="assets/css/custom.css" />