File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
+ <!-- Google tag (gtag.js) -->
5
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-Z4Z237WBGY "> </ script >
6
+ < script >
7
+ window . dataLayer = window . dataLayer || [ ] ;
8
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
9
+ gtag ( 'js' , new Date ( ) ) ;
10
+
11
+ gtag ( 'config' , 'G-Z4Z237WBGY' ) ;
12
+ </ script >
13
+
4
14
< meta charset ="UTF-8 " />
5
15
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
16
< title > Computational Biology at Berkeley</ title >
12
22
< meta property ="og:type " content ="website " />
13
23
< meta property ="og:image " content ="/src/assets/preview.png " />
14
24
15
- <!--
16
- <meta name="twitter:card" content="summary_large_image" />
17
- <meta name="twitter:site" content="@lovable_dev" />
18
- <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
19
- -->
20
25
</ head >
21
26
22
27
< body >
You can’t perform that action at this time.
0 commit comments