We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fd566 commit e372c59Copy full SHA for e372c59
1css.html
@@ -1,6 +1,15 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<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>
13
<meta charset="UTF-8" />
14
<meta name="viewport" content="width=device-width, initial-scale=1" />
15
<title>1. Introduction to CSS</title>
0 commit comments