Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

Commit d10a867

Browse files
authored
Update index.html
1 parent 3e1fc98 commit d10a867

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta charset="utf-8">
55
<title>SmartEditor</title>
6-
<script type="text/javascript" src="index.js"></script>
76
<style>
87
body{
98
text-align: center;
@@ -239,4 +238,15 @@ <h3 class="indent"><a target="_blank" class="underline" style="margin-left: 0;"
239238
</div>
240239
<footer class="indent"><h4>© JC-ProgJava 2020</h4></footer>
241240
</body>
241+
<script type="text/javascript" src="index.js"></script>
242+
<!-- Global site tag (gtag.js) - Google Analytics -->
243+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-172829414-1"></script>
244+
<script>
245+
window.dataLayer = window.dataLayer || [];
246+
function gtag(){dataLayer.push(arguments);}
247+
gtag('js', new Date());
248+
249+
gtag('config', 'UA-172829414-1');
250+
</script>
251+
242252
</html>

0 commit comments

Comments
 (0)