-
Notifications
You must be signed in to change notification settings - Fork 4
/
empty_cart.html
26 lines (24 loc) · 977 Bytes
/
empty_cart.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
<!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>Document</title>
<link rel="stylesheet" href="./styles/empty_cart.css">
</head>
<body>
<div id="par_cart-container">
<div id="par_empty_cart_content">
<div class="par_empty-cart-image"><img src="https://www.rentomojo.com/public/images/error/no-cart.png" alt=""></div>
<p class="par_head1">No items in cart</p>
<p class="par_para1">Add a few items to your cart and come back here for an
express checkout process!</p>
<a href="./index.html"><button id="par_btn1">Browse Catalogue</button></a>
</div>
</div>
<div class="par_livechat">
<img src="https://icon-library.com/images/red-message-icon/red-message-icon-5.jpg" alt="">
</div>
</body>
</html>