diff options
author | Minteck <contact@minteck.org> | 2022-05-08 12:07:08 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-05-08 12:07:08 +0200 |
commit | 3d71c572ec9a0827071be1978731079e8f1e5dbf (patch) | |
tree | 338a6a4eca5548034b3e83837006a0a991ea9434 /_frame/about/index.php | |
parent | 98f4f53c364a157d1e0a862618b1e8d12aa52dc4 (diff) | |
download | argon-3d71c572ec9a0827071be1978731079e8f1e5dbf.tar.gz argon-3d71c572ec9a0827071be1978731079e8f1e5dbf.tar.bz2 argon-3d71c572ec9a0827071be1978731079e8f1e5dbf.zip |
Commit
Diffstat (limited to '_frame/about/index.php')
-rw-r--r-- | _frame/about/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_frame/about/index.php b/_frame/about/index.php index b1166ad..7bdd290 100644 --- a/_frame/about/index.php +++ b/_frame/about/index.php @@ -4,7 +4,7 @@ <head> <meta charset="UTF-8"> <title>Argon</title> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml"> <link rel="stylesheet" href="/css/fonts.css"> <link rel="stylesheet" href="/css/general.css"> <link rel="stylesheet" href="/css/loader.css"> @@ -23,7 +23,7 @@ <div id="frame-contents"> <div id="frame-about-general"> <div id="frame-about-general-icon"> - <img alt="<?= $_FAMILINE ? "Familine Musique" : "Argon" ?>" src="<?= $_FAMILINE ? "https://familine.minteck.org/icns/familine-music.svg" : "/logo/512.png" ?>" id="frame-about-general-icon"> + <img alt="<?= $_FAMILINE ? "Familine Musique" : "Argon" ?>" src="<?= $_FAMILINE ? "https://familine.minteck.org/icns/familine-music.svg" : "/favicon.svg" ?>" id="frame-about-general-icon"> </div> <div id="frame-about-general-text"> <div id="frame-about-general-text-inner"> |