1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-07-29 01:37:37 +03:00

ui: add favicon + apple-touch-icon assets and <link> tags to hub

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-06-28 22:55:57 +02:00
parent 24cb6619cc
commit 3b8f76fe37
3 changed files with 2 additions and 0 deletions

BIN
apple-touch-icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -36,6 +36,8 @@ function hub_h(string $s): string {
if (l === 'en' || l === 'ru') document.documentElement.setAttribute('lang', l);
})();
</script>
<link rel="icon" type="image/x-icon" href="/app/androidcast_project/favicon.ico">
<link rel="apple-touch-icon" href="/app/androidcast_project/apple-touch-icon.ico">
<link rel="stylesheet" href="/app/androidcast_project/issues/assets/css/app.css">
<link rel="stylesheet" href="hub.css?v=20260610overlay">
<link rel="stylesheet" href="hub-logo-layers.css?v=20260610overlay">