|
|
@ -2,6 +2,14 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics --> |
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125643874-2"></script> |
|
|
|
<script> |
|
|
|
window.dataLayer = window.dataLayer || []; |
|
|
|
function gtag(){dataLayer.push(arguments);} |
|
|
|
gtag('js', new Date()); |
|
|
|
gtag('config', 'UA-125643874-2'); |
|
|
|
</script> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|