-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
32 lines (32 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="" >
<meta name="description" content="">
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="yes" name="apple-touch-fullscreen" />
<meta name="full-screen" content="yes">
<meta name="x5-fullscreen" content="true" />
<meta name="screen-orientation" content="portrait">
<meta name="x5-orientation" content="portrait">
<meta content="telephone=no,email=no" name="format-detection" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="share.css">
<script src="flexible.js"></script>
<script src="flexible_css.js"></script>
<title>分享插件,UC浏览器,手机QQ浏览器支持微信好友,朋友圈分享</title>
<style>
a{
display: block;
margin: 30px 0;
}
</style>
</head>
<body>
<a href="index.php">弹出层分享</a>
<a href="icon_trigger.php">图标分享</a>
<a href="no_element.php">无图标,使用app内置分享</a>
</body>
</html>