-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1.66 KB
/
index.html
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
27
28
29
30
31
32
33
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="人生中有很多珍贵的东西,只是当它们唾手可得的时候,你不觉得珍贵。珍惜身边的一切,不要等失去了再后悔莫及。">
<meta name="keywords" content="周吉昊, ZhouJihao, zhoujihao, blog, jihao'sblog, 前端开发, 棱镜的博客">
<link rel='shorcut icon' href='/favicon.ico'/>
<!--<title>React iPhone | ZhouJihao</title>-->
<title>React iPhone Blog</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79596803-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="app" class="clearfix"></div>
<script>__REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__</script>
<script type="text/javascript" src="./libs/jquery.min.js"></script>
<!-- <script type="text/javascript" src="./libs/zepto.min.js"></script> -->
<script type="text/javascript" src="./libs/ua-parser.min.js"></script>
<script type="text/javascript" src="./assets/app.js"></script>
</body>
</html>