diff --git a/hello_world.html b/hello_world.html new file mode 100644 index 0000000..d684cee --- /dev/null +++ b/hello_world.html @@ -0,0 +1,3 @@ + + +
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, user-scalable=yes">

<title>Hello World2!</title>
</head>
<body>
Hello World2!

</body>
</html>

<script>
(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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-12199211-23', 'auto');
ga('send', 'pageview');

</script>



\ No newline at end of file