-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="Jcohy" content="专注,个人,学习,博客">
<meta name="Keywords" content="Jcohy,study">
<meta name="author" content="Jcohy">
<meta name="description" content="学习笔记"/>
<!-- layui.css -->
<link href="./static/js/layui/css/layui.css" rel="stylesheet"/>
<!--font-awesome-->
<link href="./static/css/jcohy/font-awesome.min.css" rel="stylesheet"/>
<link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!--全局样式表-->
<link href="./static/css/jcohy/global.css" rel="stylesheet"/>
<script type="text/javascript" src="./static/js/layui/layui.js"></script>
<script type="text/javascript" src="./static/js/global.js"></script>
<title>jcohy</title>
</head>
<body>
<div id="app">
</div>
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1276097270'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s23.cnzz.com/z_stat.php%3Fid%3D1276097270%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
</body>
</html>