Added Google Analytics

This commit is contained in:
Ravi Riley 2020-06-30 15:48:52 -07:00
parent ed05940709
commit e8559a7f8a

View File

@ -2,6 +2,16 @@
<html>
<!-- based on http://jsfiddle.net/roha/353r2k8w/ -->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-58161369-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-58161369-2');
</script>
<title>STL to OpenSCAD Converter</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="js/jquery-1.12.4.js"></script>