-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsorry.html
25 lines (22 loc) · 932 Bytes
/
sorry.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ShopSphere | Help</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="Images/ShopSphere.png" type="image/x-icon" />
<script src="https://kit.fontawesome.com/d9be89f74b.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container text-center bg-white">
<button class="btn btn-primary" onclick="window.location.href = 'index.html';">
Home
</button>
<p style="font-size: xx-large">Sorry we can't help you</p>
</div>
</body>
</html>