mirror of
git://f0xx.org/ac/ac-be-hub
synced 2026-07-29 03:19:51 +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:
BIN
apple-touch-icon.ico
Normal file
BIN
apple-touch-icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 131 KiB |
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user