-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (37 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta property="og:site_name" content="DigJourney" />
<link rel="preconnect" href="https://digjourney.cdn.prismic.io" />
<script>
document.documentElement.setAttribute('scripting-enabled', '')
window.onerror = function () {
document.documentElement.removeAttribute('scripting-enabled')
document.documentElement.setAttribute('scripting-initial-only', '')
}
</script>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/icon.png" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-46200713-1"></script>
<script>
var _hsq = (window._hsq = window._hsq || [])
</script>
<script
type="text/javascript"
id="hs-script-loader"
async
defer
src="//js.hs-scripts.com/7723061.js"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'UA-46200713-1')
</script>
</head>
<body></body>
</html>