-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.html
More file actions
34 lines (31 loc) · 1.55 KB
/
Copy pathsetting.html
File metadata and controls
34 lines (31 loc) · 1.55 KB
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
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CodeReview一个专业的代码审查交流分享平台</title>
<meta content="CodeReview是专业的代码审查交流分享平台,帮助程序员在观摩优质代码学习的同时,高效省时地提高自身代码质量,优化迭代。" name="description">
<meta content="codereview,程序员代码审查,codereview工具,高质量代码,观摩好代码,Phabricator" name="keywords">
<link rel="icon" href="static/logo.png" type="image/x-icon">
<link rel="stylesheet" href="{%=o.htmlWebpackPlugin.files.chunks.setting.css[0] %}" media="screen"charset="utf-8">
<script type="text/javascript">
var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cspan id='cnzz_stat_icon_1257182525' style='display:none;'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s11.cnzz.com/z_stat.php%3Fid%3D1257182525' type='text/javascript'%3E%3C/script%3E"));
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?5d2d52a12adeb5d83b0228b4c15d8a0e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<my-nav></my-nav>
<setting></setting>
<my-footer></my-footer>
</body>
<script src="{%=o.htmlWebpackPlugin.files.chunks.setting.entry %}"></script>
</html>