This repository was archived by the owner on Jul 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (55 loc) · 1.98 KB
/
index.html
File metadata and controls
64 lines (55 loc) · 1.98 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title data-i18n="logintitle"></title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='black'>
<meta name='format-detection' content='telephone=no'>
<link rel="stylesheet" type="text/css" href="src/css/style.css">
<script src="https://recaptcha.net/recaptcha/api.js" async defer></script>
</head>
<body>
<div id="bodybg"></div>
<div id="msgBoxCover"></div>
<div class="logBox">
<h1><img src="https://websiteres.nmteam.xyz/producticon/nmTeam/logo@32.png">
<t data-i18n="loginh"></t>
</h1>
<h2 id="nameBox"></h2>
<form action="javascript:login();">
<label for="uname">
<t data-i18n="name"></t><input id="uname" autofocus>
</label>
<label for="pass">
<t data-i18n="password"></t><input id="pass" type="password">
</label>
<recap>
<div class="g-recaptcha" data-sitekey="6LcKtjkaAAAAAByRsaSli3V8uteOBKpX6oHDLpeq" id="verBox"></div>
</recap>
<but><label for="recoMe" tabindex="0" onkeydown="divClick(this, event)"><input id="recoMe" type="checkbox"><i></i>
<t data-i18n="recoMe"></t>
</label><button id="login" data-i18n="login"></button></but>
</form>
<div id="useCurrentToLogBox">
<button id="useCurrentToLogButton"></button>
</div>
<p id="info"></p>
<p>
<t data-i18n="haveNoAccount0"></t>
<a id="changeLoginTypeA" target="_blank" href="reg.html" data-i18n="haveNoAccount1"></a>
<br />
<t data-i18n="forgetPW0"></t>
<a id="resetPWA" target="_blank" href="reset_password.html" data-i18n="forgetPW1"></a>
<br />
</p>
</div>
<p id="cr" data-i18n="cr"></p>
<script src="src/js/jquery.min.js"></script>
<script src="src/js/i18next-1.6.3.min.js"></script>
<script src="src/js/main.js"></script>
<script src="src/js/log.js"></script>
<script src="src/js/language.js"></script>
</body>
</html>