-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.03 KB
/
index.html
File metadata and controls
42 lines (42 loc) · 1.03 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>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrap">
<div class="tents">
<div class="trail-mastertent">
Trail Master Tent - $200
</div>
<div class="alpirok explorer">
Alpine Explorer Tent - $300
</div>
<div class="skyiew 2-person tent">
Skyview 2-Person Tent - $380
</div>
</div>
<div class="backpacks">
<div class="adventure-pro backpack">
Adventure-Pro Backpack - $60
</div>
<div class="summit climber backpack">
Summit Climber Backpack - $70
</div>
<div class="trail lite day pack">
Trail Lite Day Pack - $40
</div>
</div>
<div class="hiking clothing">
Hiking Clothing - $60
</div>
<div class="trail blaze pants">
Trail Blaze Pants - $80
</div>
<div class="trekstar boots">
TREKSTAR Boots - $120
</div>
</div>
</body>
</html>