Skip to content

Commit f4e86e7

Browse files
committed
updated news
1 parent db889c9 commit f4e86e7

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

contact.html

Lines changed: 13 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>Contact Us - SwiftWare Lab</title>
@@ -40,6 +50,9 @@
4050
}
4151
}
4252
</style>
53+
54+
55+
4356
</head>
4457
<body>
4558
<header>

publications.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>Publications - SwiftWare Lab</title>

research.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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+
14+
415
<meta charset="UTF-8">
516
<meta name="viewport" content="width=device-width, initial-scale=1.0">
617
<title>Research - SwiftWare Lab</title>

0 commit comments

Comments
 (0)