-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrollX.html
33 lines (30 loc) · 997 Bytes
/
TrollX.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
33
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>script app installation</title>
<meta name="viewport" content="width=device-width" />
<style>
body {
background-image: url("https://www.dl.dropboxusercontent.com/s/wzc5g61s2ax0705/piper.pied.png");
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
background-attachment: fixed;
background-color: #00ff00;
color: silver;
}
</style>
</head>
<body>
<div>
<h1>1) TrollinstallerX</h1>
<button style="font-size:13px;" onclick="get()">Установить приложение 📲</button>
</div>
<script>
var get = function(){
window.location.href = 'itms-services://?action=download-manifest&url=https://raw.githubusercontent.com/pegakmop/pegakmop.github.io/refs/heads/main/Trollinstall.plist';
}
</script>
</body>
</html>