-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinalweb.html
More file actions
72 lines (47 loc) · 1.18 KB
/
finalweb.html
File metadata and controls
72 lines (47 loc) · 1.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<script src="https://kit.fontawesome.com/yourcode.js" crossorigin="anonymous"></script>
<title>Welcome sohoz</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<i class="fas fa-cheese" style="font-size: 24px; color: brown;"></i>
<div class="head">
<ul>
<li>Contact Us</li>
<li>Food Merchant</li>
<li>Fleet Partner</li>
</ul>
</div>
<div class="main">
<div class="addi">
<img src="/image/index1.png" alt="">
<ul>
<li><i class="fas fa-accessible-icon">Truck</i></li>
<li>Bus</li>
<li>Event</li>
<li>Learn</li>
<li>Movie</li>
</ul>
</div>
<img src="/image/index.png" alt="index">
<div class="end">
<ul>
<li><span>6.5+ Crore</span></li>
<li><span>1.5+ Crore</span></li>
<li> <span>50 Lakhs</span></li>
</ul>
<ol>
<li><span>Transistion</span></li>
<li>Bangladesh served</li>
<li>App Download</li>
</ol>
</div>
</div>
<div class="fot">
</div>
</body>
</html>