Skip to content

Commit b5cd594

Browse files
committed
updated news
1 parent f4e86e7 commit b5cd594

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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-RDMH3QY4NK"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-RDMH3QY4NK');
12+
</script>
13+
414
<meta charset="UTF-8">
515
<meta name="viewport" content="width=device-width, initial-scale=1.0">
616
<title>SwiftWare Lab - Research & People</title>

people.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
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-RDMH3QY4NK"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-RDMH3QY4NK');
12+
</script>
13+
414
<meta charset="UTF-8">
515
<meta name="viewport" content="width=device-width, initial-scale=1.0">
616
<title>Our People - SwiftWare Lab</title>

0 commit comments

Comments
 (0)