-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (92 loc) · 4.36 KB
/
index.html
File metadata and controls
103 lines (92 loc) · 4.36 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>MPic - 图床神器</title>
<link rel="stylesheet" href="css/style.css" />
<meta content="MPic,图床,云图床,微博图床,图床神器,iPic,七牛,七牛云存储,又拍,又拍云存储,upyun,Hexo,MarkDown,MarkDown图片" name="keywords">
<meta content="MPic是一款针对七牛云存储智能上传图片的图床工具,图片上传,永不删图,无水印,不压缩图片质量,外链无限制,流量无限制,国内空间绝不会被墙,支持粘贴上传、拖放上传,一键复制 markdown 链接的图床,简单好用,无需注册。" name="description">
<link rel="shortcut icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href= "/apple-touch-icon.png">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta content="telephone=no" name="format-detection" />
<meta name="renderer" content="webkit">
<style id="style-1-cropbar-clipper">
.en-markup-crop-options {
top: 18px !important;
left: 50% !important;
margin-left: -100px !important;
width: 200px !important;
border: 2px rgba(255, 255, 255, .38) solid !important;
border-radius: 4px !important;
}
.en-markup-crop-options div div:first-of-type {
margin-left: 0px !important;
}
</style>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?502c8c2dc880a88e8b39a1b20961f78f";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script>
//判断是否手机端访问
var userAgentInfo = navigator.userAgent.toLowerCase();
var Agents = ["android", "iphone",
"symbianos", "windows phone",
"ipad", "ipod"];
var ly=document.referrer; //返回导航到当前网页的超链接所在网页的URL
for (var v = 0; v < Agents.length; v++) {
if (userAgentInfo.indexOf(Agents[v]) >= 0&&(ly==""||ly==null)) {
this.location.href='https://mrluoweb.github.io/MPic.Mobile/'; //wap端地址
}
}
</script>
</head>
<body style="zoom: 1;">
<div id="body_wrap">
<div id="head">
<div style="background-image:url(http://image.lzhaofu.cn/blog/20160924/013757067.webp)" class="aha one_page">
<div class="aha_wrap">
<h1>MPic-图床神器 </h1>
<div class="content">
<div class="p_part">
<p>创造一些人们思想之外的互联网艺术品。</p>
</div>
</div>
<div class="buttons">
<a href="http://files.lzhaofu.cn/MPic%202.2.1.0.rar" fb-data="" title="下载MPic" class="button">下载MPic 2.2.1.0</a>
<a href="http://bg.mpic.lzhaofu.cn/Home/Upload" fb-data="" title="网页版" class="button">网页版</a>
</div>
</div>
</div>
</div>
<div id="parts">
</div>
</div>
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cspan id='cnzz_stat_icon_1260869987'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s95.cnzz.com/z_stat.php%3Fid%3D1260869987%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script>
</body>
</html>