Skip to content

Commit 8cca5bc

Browse files
committed
new version
2 parents d8b61d1 + 7cfeabd commit 8cca5bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ <h3>Demo. Try editing me below</h3>
6363

6464
</section>
6565

66+
<b>Conditions can also be redirected like cond(yes, bottom) or cond(yes, right)</b>
6667
<div class="inner">
6768
<section id="usage">
6869
<h3>Usage</h3>
@@ -170,5 +171,15 @@ <h3>Usage</h3>
170171
setup_editor($('#demo'));
171172
});
172173
</script>
174+
175+
<script>
176+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
177+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
178+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
179+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
180+
181+
ga('create', 'UA-42950201-1', 'adrai.github.io');
182+
ga('send', 'pageview');
183+
</script>
173184
</body>
174185
</html>

0 commit comments

Comments
 (0)