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 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-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+
414 < meta charset ="UTF-8 " />
515 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
616 < title > Computational Biology at Berkeley</ title >
1222 < meta property ="og:type " content ="website " />
1323 < meta property ="og:image " content ="/src/assets/preview.png " />
1424
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- -->
2025 </ head >
2126
2227 < body >
You can’t perform that action at this time.
0 commit comments