-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
56 lines (55 loc) · 2.4 KB
/
index.htm
File metadata and controls
56 lines (55 loc) · 2.4 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
<html>
<head> <title> Petshop management </title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="menu">
<ul>
<li class="logo"><img src="pet logo.jpg"></li>
<li class="active">Home </li>
<li> <a href="serindex.html.htm" class="link">Services </a></li>
<li> <a href="movie.htm" class="link">Product</a></li>
<li> <a href="contactus.html" class="link">Contact us</a> </li>
<li><a href="aboutuspet.html" class="link">About us</a></li>
<li><a href="loginpet.html"class="signup-btn"><Span>sign up</Span></a> </li>
</ul>
</div>
<div class="banner">
<div class="App-text">
<h1>Dogs are better than human beings <br>
because they know but do not tell</h1>
<p>if having a soul means being able to feel love and loyalty and gratitude<br>then animals are better off than a lot of humans<br> </p>
<div class="play-btn">
<div class="play-btn-inner"><i class="fa fa-play">
</i></div>
<small><b>LEARN MORE</b></small>
</div>
</div>
<div class="app-picture">
<img src="66.jpg">
</div>
</div>
<div class="quick-link">
<ul>
<li><i class="fa fa-shopping-cart"></i><p>Cart</p></li>
<li><a href="details.html"><i class="fa fa-product-hunt"></i><p>Recent products</p></li>
<li><i class="fa fa-cc-visa"></i><p><a href="Checkout%20Form.html">pay</a></p></li>
<li><i class="fa fa-share-alt"></i><p>Share</p></li>
<li><a href="faq.html"><i class="fa fa-commenting"></i><p>FAQ's</p></a></li>
</ul>
</div>
<div class="social-icons">
<ul>
<li><a href="www.facebook.com"><i class="fa fa-facebook"></i></a></li>
<li><a href="www.whatsapp.com"><i class="fa fa-Whatsapp"></i></a></li>
<li><a href="www.twitter.com"><i class="fa fa-twitter"></i></a></li>
<li><a href="www.instagram.com"><i class="fa fa-instagram"></i></a></li>
<li><a href="www.youtube.com"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</body>
</body>
</html>