-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
49 lines (43 loc) · 1.9 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About US </title>
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
</head>
<body>
<hr>
<div class="menu">
<a href="index.html">Home</a>
<a href="products.html">Products</a>
<a href="about.html">About Us</a>
<a href="contactus.html"> Contact Us</a>
<hr>
</div>
<h1 class="mainheadline">KSP - About Us</h1>
<P>
Welcome to KSP, where our motto is “Why do it right when you can do it cheap?” <br>
We specialize in offering you products that are almost what you want,<br>
but just slightly worse—like a knock-off brand that’s been left out in the sun too long!
<br>
Our customer service is legendary—legendary for being completely nonexistent.<br>
Need help? Just imagine shouting into a void.<br>
You’ll probably get a better response from your houseplant!<br>
<br>
At KSP, we take pride in our commitment to mediocrity.<br>
Our selection of items is like a buffet of disappointment, where every choice is a gamble and winning is just a
myth.<br>
You’ll leave our store feeling like you just participated in a
really bad reality show—lots of drama, zero satisfaction.<br>
<br>
So come on in and experience shopping at its worst.<br>
You came for the deals, but you’ll leave wondering if you just
wasted your time and money—because at KSP,<br>
we guarantee confusion and regret with every purchase!
<br>
</P>
</body>
</html>