-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathread.html
More file actions
26 lines (20 loc) · 925 Bytes
/
Copy pathread.html
File metadata and controls
26 lines (20 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- index.html文件只有最基础的html代码,它唯一的目的就是加载打包后的js文件(bundle.js) -->
<html lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-45452589-1');
</script>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,height=device-height, user-scalable=no,initial-scale=1, minimum-scale=1, maximum-scale=1,target-densitydpi=device-dpi ">
<title>Youtube++</title>
</head>
<body>
<div id="root"></div>
<script src="javascripts/bundle-954b5761dd9feb4feb65.js"></script>
</body>
</html>