We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b709a commit 850493bCopy full SHA for 850493b
index.html
@@ -4,12 +4,16 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
7
- <title>modern robotics</title>
+ <title>robotics study</title>
8
<!-- Google tag (gtag.js) -->
9
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YKHQEGSWNP"></script>
10
<script>
11
window.dataLayer = window.dataLayer || [];
12
- function gtag(){dataLayer.push(arguments);}
+
13
+ function gtag() {
14
+ dataLayer.push(arguments);
15
+ }
16
17
gtag('js', new Date());
18
gtag('config', 'G-YKHQEGSWNP');
19
</script>
0 commit comments