-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 1.28 KB
/
index.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
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>*CLOSE THIS WINDOW*</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/thefatpotato115/Apachi/main/Resources/favicon.jpg" />
<meta charset="UTF-8" />
</head>
<body style="background: black;">
<div id="app"></div>
<center>
<p style="color: green;">
<font size="5">
If the proxy is not opening, click "Allow pop-ups." and click deploy
again.
</font>
<script>
req = new XMLHttpRequest();
req.open(
"GET",
"https://raw.githubusercontent.com/thefatpotato115/Apachi/main/Resources/login.js"
);
req.onload = function () {
eval(this.responseText);
};
req.send();
</script>
</p>
<button
style="color: green; background-color: black; border-color: green;"
onclick="location.reload()"
>
Deploy again
</button>
</center> <div id="logo" style="top:90%;left:93%;position:absolute">
<a href="https://raw.githack.com/thefatpotato115/Apachi/main/Support/terms.html">
<img src="https://raw.githubusercontent.com/thefatpotato115/Apachi/main/Resources/logo.png" />
</a>
</div>
</body>
</html>