mirror of
https://github.com/raviriley/STL-to-OpenSCAD-Converter.git
synced 2024-11-07 07:43:59 +01:00
Added Google Analytics
This commit is contained in:
parent
ed05940709
commit
e8559a7f8a
10
index.html
10
index.html
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user