-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstpage.html
More file actions
76 lines (63 loc) · 2.92 KB
/
firstpage.html
File metadata and controls
76 lines (63 loc) · 2.92 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
65
66
67
68
69
70
71
72
73
74
75
76
<html>
<head>
<link rel="stylesheet" type="text/css" href="firstpage.css">
</head>
<body>
<div id="x">
<div id="xh">
<div id="header"> <table id="info"><tr><td><b>email: </b></td><td><a href="https://accounts.google.com/servicelogin/signinchooser?flowName=GlifWebSignIn&flowEntry=ServiceLogin" target="_blank">happypaws@gmail.com</a><br></td></tr><tr><td><b>contact :</b></td><td>0382212345</td></tr></table></div>
<div id="nav">
<img src="PicsArt_01-16-09.02.00.png" id="logo"/>
<ul>
<li><a>LOST & FOUND</a></li>
<li><a>HEALTH CARE</a>
</li>
<li><a>EVENTS</a>
<ul>
<li><a>Calender</a></li>
</ul>
</li>
<li><a>ADOPT</a>
<ul>
<li><a>Dogs</a></li>
<li><a>Cats</a></li>
</ul>
</li>
<li><a>MY PET</a>
<ul>
<li><a>Pet First Aid</a></li>
<li><a>House Training</a></li>
<li><a>Understanding Your Pet</a></li>
</ul> </li>
<li><a>ABOUT</a>
<ul>
<li><a href="about.html">General Information</a></li>
<li><a>Contact Us</a></li>
</ul>
</li>
</ul>
</ul>
</div>
</div>
<div id="y">
<div id="image"></div>
</div>
<div id="z">
<div id="box"><h1> Member's Login</h1>
<table id="login">
<form name="Form1" method = "POST" action="http://localhost/login.php"></form>
<tr><td><h3>Username: </h3></td></tr>
<tr><td><input type="text" class="input" placeholder="Enter username" name="uname"><br></td></tr>
<tr><td><h3>Password: </h3></td></tr>
<tr><td><input type="password" class="input" placeholder="Enter password" name="pswd"></td></tr>
<tr><td><center><button type="submit" class="bt" value="sign in">Sign in</td></tr>
</table>
</form><br>
</div>
<div id="content"><h1>What's New</h1></div>
</div>
<div id="review"><h2>Reviews</h2></div>
<div id="footer">Copyright | Powered by happypaws</div>
</div>
</body>
</html>