-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (41 loc) · 1.96 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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html xmlns:og="http://ogp.me/ns#">
<head>
<meta property="og:image" content="https://greenxiii.github.io/img/ogp.png" />
<meta property="og:site_name" content="GreenXIII" />
<meta name="description" content="GreenxIII, Web-development for you and your mom." />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<link rel="image_src" href="https://greenxiii.github.io/img/ogp.png" />
<title>GreenXIII - Web Development</title>
</head>
<body>
<!-- <div class="opl"><a href="http://onepagelove.com/greenxiii" target="_blank">Your Site Name featured on One Page Love</a></div> -->
<div id="app"></div>
<!-- Metrics -->
<!-- <meta name='yandex-verification' content='70aed98a4cb731a3'> -->
<meta name="google-site-verification" content="HSmaYllaEoecX7BxzzK-xH4Td2ZziApMTGeIZC-CxF0">
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48090440-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Hotjar Tracking Code for https://greenxiii.github.io/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:301890,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<link rel="stylesheet" type=text/css href="./bundle.css">
<script type="text/javascript" src ="./bundle.js"></script>
</body>
</html>