-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 837 Bytes
/
index.html
File metadata and controls
35 lines (31 loc) · 837 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="FyF_xa0at_DE6jlSA9Y2fca1HD9Zns0IQJhlM0uUnas">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120144472-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120144472-1');
</script>
</head>
<body>
<h1>Hello World</h1>
<p>I'm hosted with GitHub Pages.</p>
</body>
<script type="application/ld+json">
{
"@context": "http://pyrapcms.github.io",
"@type": "Organization",
"url": "http://pyrapcms.github.io",
"name": "pyrapcms",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "",
"contactType": "Customer service"
}
}
</script>
</html>