-
Notifications
You must be signed in to change notification settings - Fork 3
/
login.html
58 lines (47 loc) · 1.43 KB
/
login.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
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Food-Recipes-userlogin</title>
<link rel="stylesheet" type="text/css" href="userlogin.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<div class="content">
<div class="navigation-bar" id="help">
<div id="navigation-container">
<ul id="ra">
<li><a href="index.html">Home</a></li>
<li><a href="login.html">Login</a></li>
<li><a href = "signup.html">SignUp</a></li>
</ul>
</div>
</div>
</div>
<div style="border-radius: 5px;display: block;margin-left: auto;margin-top:100px;margin-right: auto;width: 30%;padding: 20px;";align="cenetr">
<form name="loginuser"action="" method="POST">
<input type="text" name="reg" placeholder="Your email address...">
<input type="password" name="pwd" placeholder="Your password..">
<p id="s"><a style="color:white ;text-decoration:none;" href = "main.html">Submit</a></p>
</form>
</div>
<br><br>
<div class="footer">
<div class="navigation-bar">
<div id="navigation-container">
<ul>
<li>
<img src="logo.gif">
</li>
<li>
          
</li>
<li>
Contact Us:
Email:foodrecipes@gmail.com
</li>
</ul>
</div>
</div>
</div>
</body>
</html>