-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforget_pass.php
36 lines (36 loc) · 874 Bytes
/
forget_pass.php
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
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="site_logo.jpg"/>
<title>Mingle in Jingle</title>
<link rel="stylesheet" type="text/css" href="please_log_in_css.css">
</head>
<body>
<div class="header">
<div id="wrapper">
<div class="logo">
<img src="mingle.png" alt="image not displayed"/>
</div>
<div id="menu">
<a href="index.php">Sign Up</a>
</div>
</div>
</div>
<pre style="color:rgb(70,120,180);
font-size:30px;
position:absolute;
margin-left:485px;
margin-top:120px;">Enter Your Email Address</pre>
<div style="margin-top:200px;
margin-left:500px;
position:absolute;
height:150px;
width:380px;">
<form action="forget_password_ckeck.php" method="POST" autocomplete="on">
<pre>
<input type="email" placeholder="Email" name="E" required><br>
<input type="submit" value="Submit">
</pre>
</form>
</div>
</body>
</html>