We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66400e commit 5086d64Copy full SHA for 5086d64
index.html
@@ -51,15 +51,14 @@
51
*/
52
-->
53
<link href="./css/styles.css" rel="stylesheet">
54
- <link rel="shortcut icon" href="http://matteobelfio.re/favicon.png" type="image/png">
+ <link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
55
56
<!-- Global site tag (gtag.js) - Google Analytics -->
57
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72323910-2"></script>
58
<script>
59
window.dataLayer = window.dataLayer || [];
60
function gtag(){dataLayer.push(arguments);}
61
gtag('js', new Date());
62
-
63
gtag('config', 'UA-72323910-2');
64
</script>
65
0 commit comments