|
@@ -10,6 +10,15 @@
|
|
|
<link rel="stylesheet" type="text/css" href="doc.css">
|
|
|
<meta name="description" content="This is the documentation for Forms on the Puppertino Framework, a framework that mimics Apple's design, woof!">
|
|
|
<link rel="icon" type="image/png" href="../landing-images/doggo.png">
|
|
|
+ <!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-176821843-1"></script>
|
|
|
+ <script>
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
+ gtag('js', new Date());
|
|
|
+
|
|
|
+ gtag('config', 'UA-176821843-1');
|
|
|
+ </script>
|
|
|
</head>
|
|
|
<body class="p-layout">
|
|
|
<div class="route">
|