Skip to content

Commit 767e43c

Browse files
authored
Update index.html
1 parent 0447683 commit 767e43c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1" />
55
<meta charset="UTF-8" />
6-
<title> jQuery Responsive jSide Menu with Dropdowns - Plugin by Asif Mughal </title>
6+
<title> Side Navigation Menu with jQuery jSide Menu plugin</title>
77
<meta name="description" content="jSide Menu is a free jQuery menu plugin that helps you create side vertical navigation menu with dropdowns, fully responsive and customizable." />
8+
</script>
9+
<!-- Global site tag (gtag.js) - Google Analytics -->
10+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80520768-3"></script>
11+
<script>
12+
window.dataLayer = window.dataLayer || [];
13+
function gtag(){dataLayer.push(arguments);}
14+
gtag('js', new Date());
815

16+
gtag('config', 'UA-80520768-3');
17+
</script>
918
<!--Google Fonts-->
1019
<link href="https://fonts.googleapis.com/css?family=Hind|Oxygen" rel="stylesheet" />
1120
<!--jQuery-->

0 commit comments

Comments
 (0)