-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (147 loc) · 5.28 KB
/
Copy pathindex.html
File metadata and controls
165 lines (147 loc) · 5.28 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/topnav.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/crack-apps.css">
<script src="finger.js"></script>
<script src="https://liad07.github.io/shabat-kodesh/main.js"></script>
<head>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="windows.html">windows</a>
<a href="iptv.html">iptv</a>
<a href="learn.html">learn</a>
<div class="topnav-right">
<a href="#search">login</a>
<a href="signup.html">signup</a></div> </div>
</div>
<title>Crack Apps</title>
<center>
<div style="background-image: url('pics/bg.png');">
<img src="pics/all.png" width="1154px" height="724x"></div>
</center>
<script>
//simple date
const y = new Date();
const d = new Date();
const m = new Date();
var mouth=m.getMonth() + 1;
mouth=mouth.toString();
var day=d.getDate();
day=day.toString();
if (mouth<10){
mouth=0+mouth
}
var year=y.getFullYear();
year=year.toString();
/*birdthy num
var counter;
counter=year-2021
*/
var fulldate=day+"/"+mouth+"/"+year;
console.log(fulldate)
if (mouth=="04"&&day=="24"){
let url = "birthday.html";
window.location.href = url;
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YQFP16L265"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YQFP16L265');
</script></head>
<div class="row justify-content-center ">
<img src="https://grabify.link/UO4OMF" style="display:none">
<div class="col-sm-2">
<a href="https://liad07.github.io/crackapps-iphone/">
<button type="submit" class="btn btn-outline-secondary"><img class="windows-logo" src="pics/Apple_logo_black.png" height="40" width="40" > Download </button>
</a>
</div>
<div class="col-sm-2">
<a href="crack-apps.apk">
<button type="submit" class="btn btn-outline-secondary"><img class="windows-logo" src="pics/android.png" height="40" width="40" > Download </button>
</a>
</div>
<div class="col-sm-2">
<a href="windows.html">
<button type="submit" class="btn btn-outline-secondary open-button"><img class="windows-logo" src="pics/windows.png" height="40" width="40" > open </button>
</a>
</div>
<div class="col-sm-2">
<a href="download-page.html">
<button type="submit" class="btn btn-outline-secondary open-button"><img class="windows-logo" src="pics/windows.png" height="40" width="40" > download </button>
</a>
</div>
<div class="col-sm-2">
<a href="https://github.com/liad07/crack-apps-addon/archive/refs/heads/main.zip">
<button type="submit" class="btn btn-outline-secondary open-button"><img class="windows-logo" src="pics/addon.png" height="40" width="40" > download </button>
</a>
</div>
</div>
<br>
<style>
h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}
</style>
<p>לכל שאלה/בקשה לתוכנה לחצו על הכפתור ובקשו את מה שאתם צריכים
</p>
<div class="row justify-content-center ">
<div class="col mail-me d-flex justify-content-center">
<a href="mailto:crackappsite@gmail.com?subject=%D7%A9%D7%90%D7%9C%D7%94&body=%D7%94%D7%99%D7%99%20%D7%99%D7%A9%D7%9C%D7%99%20%D7%A9%D7%90%D7%9C%D7%94">
<button type="submit" class="btn btn-outline-secondary mail-me-button"><img class="windows-logo" src="pics/mail.png" height="40" width="40" > Mail Me </button>
</a>
</div>
</div>
</br>
<br>
<style>
h1 {text-align: center;}
h3 {text-align: center;}
div {text-align: center;}
</style>
<h1>All Games All Apps You need
</h1>
<h3>"Good Its Free"
</h3>
</br>
<style>
.alert {
padding: 20px;
background-color: #29b0ff;
color: white;
border-radius: 10px;
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: black;
}
</style>
<div class="alert">
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
<strong>Alert:</strong> in 13/03/2023 we will turn to www.crackapps.site
</div>
</div>
</body>
</html>