-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtrack.html
39 lines (33 loc) · 1.3 KB
/
track.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
<!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">
<link rel="stylesheet" href="tack.css">
<link rel="stylesheet" href="https://unicons.iconscout.com/release-pro/v4.0.0/css/solid.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<title>Tracking progress</title>
</head>
<body>
<div class="dee_tracking_container">
<div class="dee_details">
<div class="ordersdee">
<h1>order <span>XY8999A</span></h1>
</div>
<div class="orderdate">
<p>Expected Arrival 12/12/22</p>
<p>USPS <b>322232332900</b></p>
</div>
</div>
<div class="track">
<ul id="progress_dee" class="text_center">
<li class="active"></li>
<li class="active"></li>
<li class="active"></li>
<li class="active"></li>
</ul>
</div>
</div>
</body>
</html>