favicon all of the things
|
@ -14,6 +14,25 @@
|
|||
<meta property="og:url" content="https://getmonero.org{{ page.url }}">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#2d89ef">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link href="//static.getmonero.org/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="//static.getmonero.org/css/main.css?1" rel="stylesheet">
|
||||
|
||||
|
|
BIN
android-chrome-144x144.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
android-chrome-36x36.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
android-chrome-48x48.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
android-chrome-72x72.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
android-chrome-96x96.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
apple-touch-icon-precomposed.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
apple-touch-icon.png
Normal file
After Width: | Height: | Size: 7.6 KiB |
BIN
favicon-16x16.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
favicon-194x194.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
favicon-96x96.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
41
manifest.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "GetMonero.org",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/android-chrome-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
BIN
mstile-144x144.png
Normal file
After Width: | Height: | Size: 2.8 KiB |