mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-11 12:46:19 +00:00
Add favicon
This commit is contained in:
parent
cdb6eac0e6
commit
d8b4ec97ec
5 changed files with 4 additions and 0 deletions
BIN
web/assets/favicon/apple-touch-icon.png
Normal file
BIN
web/assets/favicon/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
web/assets/favicon/favicon-16x16.png
Normal file
BIN
web/assets/favicon/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 638 B |
BIN
web/assets/favicon/favicon-32x32.png
Normal file
BIN
web/assets/favicon/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
web/assets/favicon/favicon.ico
Normal file
BIN
web/assets/favicon/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -4,6 +4,10 @@
|
|||
<meta name="renderer" content="webkit">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ .base_path }}assets/favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ .base_path }}assets/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ .base_path }}assets/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ .base_path }}assets/favicon/favicon-16x16.png">
|
||||
<link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue/antd.min.css">
|
||||
<link rel="stylesheet" href="{{ .base_path }}assets/element-ui/theme-chalk/display.css">
|
||||
<link rel="stylesheet" href="{{ .base_path }}assets/css/custom.min.css?{{ .cur_ver }}">
|
||||
|
|
Loading…
Reference in a new issue