-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (32 loc) · 1.59 KB
/
about.html
File metadata and controls
42 lines (32 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>About Us</title>
<link rel="stylesheet" href="css/about.css"/>
</head>
<link rel = "icon" href ="images/logo1.png"
type = "image/x-icon">
<body>
<img src="images\logo1.png" alt="logo" class="tcimg">
<div class="A0">
<h2 class="A1">About Us</h2>
<p class="A2">
<br>
<br>
Welcome to Skibidi , your number one source for all food items.
Here at Skibidi, we build products & solutions that redefines the food ordering & delivery in India, every single hour.
Every bit of your work at Skibidi will help us change the way India eats! <br><br>
We're dedicated to providing you
the very best of service, with an emphasis on food quality, quick delivery, and better customer service.
Founded in 2018 by Abhradip P, Skibidi has come a long way from its beginnings in 2006.
When Abhradi first started out, his passion for food and cooking drove him to start his own business.
We hope you enjoy our service as much as we enjoy offering them to you.
If you have any questions or comments, please don't hesitate to contact us.
</p>
</div>
</body>
</html>