fav
Showing
11 changed files
with
48 additions
and
0 deletions
android-chrome-192x192.png
0 → 100644
10.7 KB
apple-touch-icon.png
0 → 100644
10 KB
browserconfig.xml
0 → 100644
favicon-16x16.png
0 → 100644
946 Bytes
favicon-32x32.png
0 → 100644
1.47 KB
favicon.ico
0 → 100644
No preview for this file type
favicon_fpcan.png
deleted
100644 → 0
2.25 KB
mstile-150x150.png
0 → 100644
7.63 KB
safari-pinned-tab.svg
0 → 100644
| 1 | <?xml version="1.0" standalone="no"?> | ||
| 2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" | ||
| 3 | "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> | ||
| 4 | <svg version="1.0" xmlns="http://www.w3.org/2000/svg" | ||
| 5 | width="228.000000pt" height="228.000000pt" viewBox="0 0 228.000000 228.000000" | ||
| 6 | preserveAspectRatio="xMidYMid meet"> | ||
| 7 | <metadata> | ||
| 8 | Created by potrace 1.14, written by Peter Selinger 2001-2017 | ||
| 9 | </metadata> | ||
| 10 | <g transform="translate(0.000000,228.000000) scale(0.100000,-0.100000)" | ||
| 11 | fill="#000000" stroke="none"> | ||
| 12 | <path d="M945 2264 c-228 -40 -443 -153 -610 -319 -227 -228 -340 -513 -330 | ||
| 13 | -835 4 -152 7 -170 41 -290 115 -396 449 -707 858 -796 86 -19 306 -26 399 | ||
| 14 | -13 240 35 476 155 649 331 163 165 267 368 312 608 17 88 15 328 -4 405 -6 | ||
| 15 | 28 -13 59 -16 69 -32 157 -158 378 -293 515 -158 158 -332 256 -555 312 -104 | ||
| 16 | 27 -335 33 -451 13z"/> | ||
| 17 | </g> | ||
| 18 | </svg> |
site.webmanifest
0 → 100644
| ... | @@ -20,6 +20,13 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); | ... | @@ -20,6 +20,13 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' ); |
| 20 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 20 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 21 | <link rel="profile" href="http://gmpg.org/xfn/11"> | 21 | <link rel="profile" href="http://gmpg.org/xfn/11"> |
| 22 | <link rel="icon" href="../favicon_fpcan.png" type="image/x-icon" /> | 22 | <link rel="icon" href="../favicon_fpcan.png" type="image/x-icon" /> |
| 23 | <link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png"> | ||
| 24 | <link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png"> | ||
| 25 | <link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png"> | ||
| 26 | <link rel="manifest" href="../site.webmanifest"> | ||
| 27 | <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||
| 28 | <meta name="msapplication-TileColor" content="#da532c"> | ||
| 29 | <meta name="theme-color" content="#ffffff"> | ||
| 23 | <!-- Google Tag Manager --> | 30 | <!-- Google Tag Manager --> |
| 24 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | 31 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 25 | new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | 32 | new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ... | ... |
-
Please register or sign in to post a comment