-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 755 Bytes
/
Copy pathindex.html
File metadata and controls
21 lines (21 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Donate</title>
<script src="https://gw.alipayobjects.com/os/rmsportal/uDTmsEBmTUVrpmCBozbm.js"></script>
<style>html, body{height:100%;overflow:hidden}* {margin: 0;padding: 0;}img {width: 100%;padding: 27% 0 100%;background: linear-gradient(to bottom, #fff 50%, #e4b445 50%)}</style>
</head>
<body>
<script>
var isWeixin = function () { //判断是否是微信
var ua = navigator.userAgent.toLowerCase();
return ua.match(/MicroMessenger/i) == "micromessenger";
};
if (!isWeixin()) {
window.location.href = 'https://qr.alipay.com/tsx00676wzji1z6rr1eii17'
}
</script>
<img src="https://s2.ax1x.com/2019/05/15/EozHQs.png"/>
</body>
</html>