-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
53 lines (49 loc) · 1.75 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="home.css">
<title>BLUEPRINCE</title>
</head>
<body>
<nav>
<div class="lo">
<a href=""><img src="" title="BLUEPRINCE"></a>
</div>
<div class="menu">
<strong>
<a href="product.html">PRODUCT</a>
<a href="service.html">SERVICE</a>
<a href="about.html">ABOUT</a>
<a href="fqa.html">FQAs</a>
</strong>
</div>
</nav>
<article>
<h1><u><strong>BLUEPRINCE</strong></u></h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. <br>Dolorum sit soluta voluptate excepturi ipsa omnis expedita <br> ipsum delectus, perferendis at autem perspiciatis. Minus<br> molestiae optio nisi numquam, quis repellat nesciunt.</p>
<div class="sho">
<a href="">Shop Now</a>
</div>
</article>
<footer>
<div class="foll">
<a href=""><img src="" alt="">Whatsup (+250) 780102345</a>
<a href=""><img src="" alt="">Facebook</a>
<a href=""><img src="" alt="">Istagram</a>
<a href=""><img src="" alt="">Twitter</a>
</div>
<div class="down">
<a href="">Top |</a>
<a href=""> About |</a>
<a href=""> Help |</a>
<a href=""> Settings</a>
</div>
<div class="copy">
<small>BLUEPRINCE © 2021 | All rights reserved</small>
</div>
</footer>
</body>
</html>