forked from ParveenBhadooOfficial/PHP-Web-Proxy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.shtml
38 lines (33 loc) · 1.12 KB
/
404.shtml
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="https://picture.ccpcpc.icu/images/2019/10/04/180-180.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://picture.ccpcpc.icu/images/2019/10/04/32-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://picture.ccpcpc.icu/images/2019/10/04/16-16.png">
<link rel="mask-icon" href="https://cdn.jsdelivr.net/gh/ParveenBhadooOfficial/BhadooJS/icons/safari-pinned-tab.svg" color="#5bbad5">
<style media="screen">
html,
body,
iframe {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<iframe src="https://error.parveenbhadoo.com/?Source=Direct&company=Bhadoo.Industries&System=Cloud"></iframe>
</body>
</html>