-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (48 loc) · 1.58 KB
/
index.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
50
<!Doctype html>
<html>
<head>
<title>US Electricals</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<div class="container" id="added">
<div class="box" id='box'>
<div class="wrapper">
<div class="somepic">
<img src="https://assets.usesi.com/product-media/images/P9059.jpg" alt="Leviton Image">
</div>
<div class="para">
<p class='plp'><a target="_blank" href="https://jesro.github.io/product.html?total=9617&tot=19.64">Leviton 2711 4 Wire 3 Pole Polarized Industrial Grade Locking Plug 125/250 Volt 3-Phase 30 Amp NEMA L14-30P Black/White</a></p>
<label>SKU: <span class="marked">9617</span></label>
</div>
<div class="section">
<p>Ships on Monday, July 9<sup>th</sup> from Stoughton, MA</p>
<a href="#">View Stock in Nearby Branches</a>
</div>
<div class="quantity">
<small>Qty (ea)</small><br>
<div class="cover" id="inc">
<button id="btnplus" class="sum" value="-">-</button>
<input type="text" id="qty" class="val" value="1">
<button id="btnmin" class="sub" value="+">+</button>
</div>
</div>
<div class="price">
<div class="cover">
<span id="write">$<span class="marking">19.64</span></span><sup>69</sup><span>/ ea</span>
</div>
</div>
<div class="footer">
<button>Deliver</button><br>
<button>Pick Up</button><br>
<button>Add to List</button><br>
</div>
</div>
</div>
<hr>
</div>
<script src="js/main.js"></script>
</body>
</html>