This repository has been 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
/
Copy pathreset_password.html
51 lines (44 loc) · 1.61 KB
/
reset_password.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
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title data-i18n="resettitle"></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">
<form action="javascript:sendResetEmail();">
<h1><img src="https://websiteres.nmteam.xyz/producticon/nmTeam/logo@32.png">
<t data-i18n="reseth"></t>
</h1>
<h2 id="nameBox" data-i18n="reseth2"></h2>
<label for="email">
<t data-i18n="email"></t><input id="email" autofocus>
</label>
<recap>
<div class="g-recaptcha" data-sitekey="6LcKtjkaAAAAAByRsaSli3V8uteOBKpX6oHDLpeq" id="verBox"></div>
</recap>
<but><button id="reset" data-i18n="sendResetEmail"></button></but>
<p id="info"></p>
<p>
<t id="resultBox" data-i18n="resettip"></t><t id="resultErr"></t><br />
<t data-i18n="haveAAccount0"></t>
<a id="changeLoginTypeA" href="index.html" data-i18n="haveAAccount1"></a>
</p>
</form>
</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/reset.js"></script>
<script src="src/js/language.js"></script>
</body>
</html>