新增短链页面

This commit is contained in:
Dragon
2023-09-08 14:31:16 +08:00
parent 3a71ccb6c0
commit 4e0551c03c
2 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Piko</title>
</head>
<body>
</body>
</html>
<script src="../common/js/common2.js"></script>
<script src="../common/js/jquery-3.2.1.min.js"></script>
<script>
$(function () {
var browser = checkVersion();
if (browser.ios) {
window.location.replace('https://app.adjust.com/14c9ggtx')
} else if (browser.android) {
window.location.replace('https://app.adjust.com/14ayv1j8')
} else {
window.location.replace('http://www.pekolive.com/')
}
})
</script>

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Piko</title>
</head>
<body>
</body>
</html>
<script src="../common/js/common2.js"></script>
<script src="../common/js/jquery-3.2.1.min.js"></script>
<script>
$(function () {
var browser = checkVersion();
if (browser.ios) {
window.location.replace('https://app.adjust.com/14qv7xdh')
} else if (browser.android) {
window.location.replace('https://app.adjust.com/14qv7xdh')
} else {
window.location.replace('http://www.pekolive.com/')
}
})
</script>