Skip to content

Commit

Permalink
repos gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
moikaturns committed Nov 18, 2024
1 parent 4d887bd commit 377b45b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<!DOCTYPE html>
<html ng-app="mcgApp">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3321GFS477"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
const MEASUREMENT_ID = 'G-3321GFS477';
gtag('config', MEASUREMENT_ID);
</script>
<meta charset="utf-8">
<title>Material Design Theme & Palette Color Generator</title>
<meta name="description" content="Generate your own Material Design Color Palette with full control over the colors! Export to AngularJS, Materialize, CSS, Polymer, and more!">
Expand All @@ -21,15 +30,6 @@
<!-- Material Color Generator Application -->
<link rel="stylesheet" href="styles/main.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3321GFS477"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
const MEASUREMENT_ID = 'G-3321GFS477';
gtag('config', MEASUREMENT_ID);
</script>
<body style="">
<div ng-view layout="column">
</div>
Expand Down

0 comments on commit 377b45b

Please sign in to comment.