1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-07-23 22:51:21 +00:00

added google analytics

This commit is contained in:
Anson Biggs
2019-11-16 13:49:33 -07:00
parent e3717538df
commit cd07419acc

View File

@@ -1,6 +1,21 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-135612468-2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-135612468-2");
</script>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta <meta
name="viewport" name="viewport"