forked from meryllblanchet/petplace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.html
22 lines (22 loc) · 828 Bytes
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script type="module" src="/scripts/lib-franklin.js"></script>
<script type="module" src="/scripts/scripts.js"></script>
<link rel="stylesheet" href="/styles/styles.css"/>
<link rel="icon" href="/favicon.ico">
<link rel="alternate" type="application/rss+xml" href="/rss.xml">
<link rel="alternate" type="application/atom+xml" href="/atom.xml">
<script>
window.googletag ||= { cmd: [] };
window.dataLayer ||= [];
window.clarity ||= function() {
(window.clarity.q ||= []).push(arguments)
}
window.PushlySDK ||= [];
function gtag() { window.dataLayer.push(arguments); }
gtag('consent', 'default', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied'
});
</script>