mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update index.html
This commit is contained in:
parent
e6a11a6f8a
commit
5306c4138a
1 changed files with 11 additions and 1 deletions
12
index.html
12
index.html
|
@ -27,6 +27,16 @@
|
|||
<script type="text/javascript" src="js/wow.js"></script>
|
||||
<script type="text/javascript" src="js/classie.js"></script>
|
||||
|
||||
<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-77083919-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="js/respond-1.1.0.min.js"></script>
|
||||
|
@ -371,4 +381,4 @@ $(window).load(function(){
|
|||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue