Add proper favicon
BIN
public/assets/images/favicon/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/assets/images/favicon/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
public/assets/images/favicon/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
9
public/assets/images/favicon/browserconfig.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
public/assets/images/favicon/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/assets/images/favicon/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/assets/images/favicon/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
18
public/assets/images/favicon/manifest.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
public/assets/images/favicon/mstile-150x150.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -27,7 +27,11 @@
|
|||
<link href="assets/demo/default/base/style.bundle.css" rel="stylesheet" type="text/css" />
|
||||
<!--end::Base Styles -->
|
||||
|
||||
<link rel="shortcut icon" href="assets/demo/default/media/img/logo/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="assets/images/favicon/manifest.json">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!--begin::Extra Styles -->
|
||||
{% block stylesheets %}{% endblock %}
|
||||
|
|
@ -695,7 +699,7 @@
|
|||
<!--end::Page Snippets -->
|
||||
|
||||
<!--begin::Extra Scripts -->
|
||||
{% block javascripts %}{% endblock %}
|
||||
{% block scripts %}{% endblock %}
|
||||
<!--end::Extra Scripts -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||