Skip to content

Commit 850493b

Browse files
committed
change title
Signed-off-by: ladianchad <[email protected]>
1 parent b1b709a commit 850493b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
7-
<title>modern robotics</title>
7+
<title>robotics study</title>
88
<!-- Google tag (gtag.js) -->
99
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YKHQEGSWNP"></script>
1010
<script>
1111
window.dataLayer = window.dataLayer || [];
12-
function gtag(){dataLayer.push(arguments);}
12+
13+
function gtag() {
14+
dataLayer.push(arguments);
15+
}
16+
1317
gtag('js', new Date());
1418
gtag('config', 'G-YKHQEGSWNP');
1519
</script>

0 commit comments

Comments
 (0)