|
1 | 1 | <!-- |
2 | 2 | @projectDescription Canvas Particles Test |
3 | 3 |
|
4 | | -@author Diego Vilariño - http://www.ensegundoplano.com - @ensegundoplano - http://www.sond3.com |
| 4 | +@author Diego Vilariño - http://www.dieg0v.com - @dieg0v - http://www.sond3.com |
5 | 5 | @version 0.1 |
6 | 6 | --> |
7 | 7 | <!DOCTYPE html> |
|
10 | 10 | <meta charset="utf-8"> |
11 | 11 | <title>html5 canvas particle generator</title> |
12 | 12 | <meta name="description" content="html5 canvas particle generato"> |
13 | | - <meta name="keywords" content="html5, canvas, particle, generator, ensegundoplano, diego, vilariño, sond3"> |
14 | | - <meta name="generator" content="ensegundoplano"> |
15 | | - <meta name="author" content="ensegundoplano"> |
| 13 | + <meta name="keywords" content="html5, canvas, particle, generator, dieg0v, diego, vilariño, sond3"> |
| 14 | + <meta name="generator" content="dieg0v"> |
| 15 | + <meta name="author" content="dieg0v"> |
16 | 16 | <link type="text/css" href="styles.css" rel="stylesheet"/> |
17 | 17 | </head> |
18 | 18 | <body> |
19 | | - <a href="https://github.com/ensegundoplano/Html5-canvas-particles" target="_blank"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub"></a> |
| 19 | + <a href="https://github.com/dieg0v/Html5-canvas-particles" target="_blank"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png" alt="Fork me on GitHub"></a> |
20 | 20 | <canvas id="canvas"> |
21 | 21 | Sorry, your browser cannot support canvas tag. |
22 | 22 | </canvas> |
|
28 | 28 | <script type="text/javascript" src="main.js"></script> |
29 | 29 | <!-- GOOGLE STATS --> |
30 | 30 | <script> |
31 | | - var _gaq = _gaq || []; |
32 | | - _gaq.push(['_setAccount', 'UA-2018596-4']); |
33 | | - _gaq.push(['_trackPageview']); |
| 31 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 32 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 33 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 34 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 35 | + |
| 36 | + ga('create', 'UA-2018596-8', 'dieg0v.com'); |
| 37 | + ga('send', 'pageview'); |
34 | 38 |
|
35 | | - (function() { |
36 | | - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
37 | | - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
38 | | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
39 | | - })(); |
40 | 39 | </script> |
41 | 40 | <!-- /GOOGLE STATS --> |
42 | 41 | </body> |
|
0 commit comments