Skip to content

Commit e372c59

Browse files
Update 1css.html
1 parent 23fd566 commit e372c59

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

1css.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D0ENCWPZL9"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-D0ENCWPZL9');
12+
</script>
413
<meta charset="UTF-8" />
514
<meta name="viewport" content="width=device-width, initial-scale=1" />
615
<title>1. Introduction to CSS</title>

0 commit comments

Comments
 (0)