mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
add favicons
This commit is contained in:
18
project-x/.editorconfig
Normal file
18
project-x/.editorconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
# editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.json,.bowerrc]
|
||||
insert_final_newline = false
|
||||
|
||||
[{.htaccess,.bowerrc,bower.json,package.json,component.json}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
BIN
project-x/assets/images/favicon-152.png
Normal file
BIN
project-x/assets/images/favicon-152.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
project-x/assets/images/favicon-16.png
Normal file
BIN
project-x/assets/images/favicon-16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
project-x/assets/images/favicon-32.ico
Normal file
BIN
project-x/assets/images/favicon-32.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
project-x/assets/images/favicon-32.png
Normal file
BIN
project-x/assets/images/favicon-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
@@ -9,7 +9,16 @@
|
||||
|
||||
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-16.png" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="assets/images/favicon-32.png" sizes="32x32">
|
||||
<link rel="apple-touch-icon-precomposed" href="assets/images/favicon-152.png">
|
||||
|
||||
<!--[if IE]><link rel="shortcut icon" href="assets/images/favicon-32.ico"><![endif]-->
|
||||
|
||||
<link rel="stylesheet" href="assets/styles/dist/main.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user