iconen update https://realfavicongenerator.net/
This commit is contained in:
parent
9915a493b9
commit
3bd8b88f8d
47 changed files with 254 additions and 2 deletions
26
index.html
26
index.html
|
@ -26,6 +26,10 @@
|
|||
<meta name="robots" content="all">
|
||||
<link rel="canonical" href="https://www.lermer.nl">
|
||||
|
||||
<!-- IE 10+ "Metro" Tiles -->
|
||||
<meta name="msapplication-TileColor" content="#056605">
|
||||
<meta name="msapplication-TileImage" content="assets/afb/MRL-Logo_150.png">
|
||||
|
||||
<!--- Open Graph Meta Tags -->
|
||||
<meta property="og:site_name" content="Mathijs Ronald Lermer">
|
||||
<meta property="og:title" content="Mathijs Lermer">
|
||||
|
@ -42,8 +46,28 @@
|
|||
<meta property="twitter:domain" content="lermer.nl">
|
||||
<meta property="twitter:url" content="https://www.lermer.nl/">
|
||||
|
||||
<!--- icon clasic-->
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/afb/icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/afb/icons/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="57x57" href="assets/afb/icons/favicon-57x57.png">
|
||||
<link rel="icon" type="image/png" sizes="70x70" href="assets/afb/icons/favicon-70x70.png">
|
||||
<link rel="icon" type="image/png" sizes="144x144" href="assets/afb/icons/favicon-144x144.png">
|
||||
<link rel="icon" type="image/png" sizes="150x150" href="assets/afb/icons/favicon-150x150.png">
|
||||
<link rel="icon" type="image/png" sizes="310x310" href="assets/afb/icons/favicon-310x310.png">
|
||||
|
||||
<!--- icon android-->
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<!--- icon apple-->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/afb/icons/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="assets/afb/icons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
|
||||
<!--- icon msapplication-->
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!--- assets-->
|
||||
<link rel="icon" href="assets/afb/favicon.png" type="image/png">
|
||||
<link href="/assets/css/mrl.css" rel="stylesheet">
|
||||
<link href="/assets/Fork-Awesome/css/fork-awesome.min.css" rel="stylesheet">
|
||||
<script src="/assets/js/mrl.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue