-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdmin_forget_pass_4.html
29 lines (28 loc) · 1.09 KB
/
Admin_forget_pass_4.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
<html>
<head>
<title>Forget_pass_4</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="Admin_forget_pass_4.css">
</head>
<body>
<form class="forget">
<table>
<tr>
<td><font face="Arial" size="15" color="red">
Updated Successfully</font></td>
</tr>
<br>
<tr>
<td><a href="Admin_login.html" class="backtologin"><font face="Arial" size="5" color="blue">Back to Login</td></font></a></tr>
</table>
</form>
<footer class = "footer">
<div class="social-media-links">
<i class="fa-brands fa-facebook fa-4x"></i>
<i class="fa-brands fa-twitter fa-4x"></i>
<i class="fa-brands fa-instagram fa-4x"></i>
</div>
<p>Super Shopper © 2023, All Rights Reserved</p>
</footer>
</body>
</html>