add favicon sizes example
This commit is contained in:
parent
016b5c4268
commit
92189d5aa1
@ -1,3 +1,4 @@
|
|||||||
# HTML
|
# HTML
|
||||||
|
|
||||||
|
- [favicons.html](favicons.html)
|
||||||
- [humans.txt](humans.txt)
|
- [humans.txt](humans.txt)
|
||||||
|
9
HTML/favicons.html
Normal file
9
HTML/favicons.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<head>
|
||||||
|
<!-- Icons -->
|
||||||
|
<link rel="apple-touch-icon" sizes="180×180" href="apple-touch-icon.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="120×120" href="favicon-120x120.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="32×32" href="favicon-32×32.png">
|
||||||
|
<link rel="icon" type="image/png" sizes="16×16" href="favicon-16×16.png">
|
||||||
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
<link rel="manifest" href="site.webmanifest">
|
||||||
|
</head>
|
Loading…
Reference in New Issue
Block a user