Your IP : 216.73.217.62


Current Path : /home/kamilrogam/poligon/PLANY/ARTY/google-adsense/
Upload File :
Current File : /home/kamilrogam/poligon/PLANY/ARTY/google-adsense/index.php

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl-pl" lang="pl-pl" dir="ltr">
	<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">  
		<meta property="og:type" content="article" /> 
		<meta property="og:url" content="<? echo $_SERVER['SCRIPT_URI']; ?>" /> 
		<meta property="og:title" content="Kamil Rogala- Front End Developer. Demo" /> 
		<meta property="og:image" content="<? echo $_SERVER['SCRIPT_URI']; ?>images/fb_logo_big.jpg" />
		<meta property="og:description" content="Wchodzisz na własną odpowiedzialność. Nie odpowiadam za straty na psychice. Nie, NyanCat tutaj nie lata- masz halucyjnacje z niedożywienia."/>
		<meta http-equiv="X-UA-Compatible" content="IE=edge" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		<base href="<? echo $_SERVER['SCRIPT_URI']; ?>" />		
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		<meta name="keywords" content="Kamil Rogala,programowanie,strony internetowe,WWW,front end,front end developer,frontend,frontend developer,front-end,front-end developer ,HTML,HTML5,CSS,CSS3,javascript,java script,jQuery,responsive web design,responsive,RWD,web developer,webdeveloper,web-developer,front,web,dev" />
		<meta name="rights" content="Kamil Rogala, kamil@kamilrogala.it" />
		<meta name="description" content="Wchodzisz na własną odpowiedzialność. Nie odpowiadam za straty na psychice. Nie, NyanCat tutaj nie lata- masz halucyjnacje z niedożywienia." />
		<title>Kamil Rogala- Front End Developer. Poligon, eksperymenty i zło wszelakie</title>
		<link rel="shortcut icon" href="<? echo $_SERVER['SCRIPT_URI']; ?>images/favicon.ico" type="image/x-icon">
		<link rel="icon" href="<? echo $_SERVER['SCRIPT_URI']; ?>images/favicon.ico" type="image/x-icon">
		<link href="<? echo $_SERVER['SCRIPT_URI']; ?>css/template.css" rel="stylesheet" type="text/css" />
	</head>
	<body class="demo">
		<div class="aaa" id="test">Kliknij mnie- standard na sztywno</div>
		<div class="aaa" id="test2">Kliknij mnie 2-obiekt</div>
		<div class="anim author">
			<p>&copy <a href="kamilrogala.it" target="_self" title="Kamil Rogala- Front End Developer. Strona poświęcona programowaniu, front end'owi i szeroko rozumianemu tworzeniu stron internetowych">KamilRogala.IT</a></p>
			<p>autor: Kamil Rogala, 2017-<? echo date('Y');?>.</p>
		</div>
		<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','https://www.google-analytics.com/analytics.js','ga');

		  ga('create', 'UA-93216845-1', 'auto');
		  ga('send', 'pageview');
		  
			var test = document.getElementById('test');
			test.addEventListener('click', function(event){
				test.className += ' active';
				//ga('send', 'event', 'moj testowy div', 'odpowiedz z diva')
			});
			var test2 = document.getElementById('test2');
			test2.addEventListener('click', function(event){
				test2.className += ' active';
				ga(
					'send',
					'event',
						{
						'eventCategory': 'kategoria',
						'eventAction': 'akcja',
						'eventLabel': 'opis zdarzenia'
						}
				);
			});
		</script>
	</body>
</html>