Line 1: | Line 1: | ||
+ | <!DOCTYPE html> | ||
<html> | <html> | ||
<head> | <head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | <!-- Global site tag (gtag.js) - Google Analytics --> | ||
− | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-127651320-1"></script> | + | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-127651320-1"></script> |
− | <script> | + | <script> |
− | + | window.dataLayer = window.dataLayer || []; | |
− | + | function gtag(){dataLayer.push(arguments);} | |
− | + | gtag('js', new Date()); | |
− | + | gtag('config', 'UA-127651320-1'); | |
− | </script> | + | </script> |
+ | <!-- Google Tag Manager --> | ||
+ | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
+ | new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
+ | j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
+ | 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
+ | })(window,document,'script','dataLayer','GTM-PX5J6N3');</script> | ||
+ | <!-- End Google Tag Manager --> | ||
<!-- mobile theme color --> | <!-- mobile theme color --> | ||
Line 16: | Line 24: | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | ||
<!-- Single Web app --> | <!-- Single Web app --> | ||
− | + | <script async src="../assets/bundles/index.bundle.js"></script> | |
− | <script async src="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Taiwan/js/bundle | + | <!-- <script async src="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Taiwan/js/bundle |
− | &action=raw&ctype=text/javascript"></script> | + | &action=raw&ctype=text/javascript"></script> --> |
<!-- no default --> | <!-- no default --> | ||
− | + | <link link rel="stylesheet" type="text/css" href="../assets/css/NoUglyDefault.css"/> | |
− | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Taiwan | + | <!-- <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php? |
− | + | title=Template:NTHU_Taiwan/NoUglyDefault&action=raw&ctype=text/css"> | |
+ | --> | ||
<!-- font link --> | <!-- font link --> | ||
<link href="https://fonts.googleapis.com/css?family=Bai+Jamjuree" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Bai+Jamjuree" rel="stylesheet"> | ||
Line 39: | Line 48: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div id='root'/> | + | <!-- Google Tag Manager (noscript) --> |
+ | <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PX5J6N3" | ||
+ | height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
+ | <!-- End Google Tag Manager (noscript) --> | ||
+ | <div id='root'></div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:07, 17 October 2018
<!DOCTYPE html>