-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.html
More file actions
58 lines (58 loc) · 1.8 KB
/
extension.html
File metadata and controls
58 lines (58 loc) · 1.8 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<title>Coupons Browser Extension</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400i,600" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/extension_styles.css">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon.ico">
</head>
<body>
<!-- <p>At Check-out</p> -->
<div class="site">
<img class="bg" src="images/extension/checkout.png" width="1200px">
<div class="plugin_container">
<div class="left">
<h3 class="bold">Kohl's</h3>
<div class="illo">
<!-- <img src="images/extension/illo.png" width="118px"alt=""> -->
<img class="back" src="images/extension/codebg.png" width="120px" alt="">
<img class="front" src="images/extension/handpeel_blue.png" width="100px" alt="">
</div>
<br><br><br><br><br><br>
<h1>23 Coupons Found!</h1>
<div class="cta">Try All the Codes</div>
</div>
<div class="right">
<div class="codes">
<p>GET10</p>
<p>SAVESPRING10</p>
<p>GETANOTHER10</p>
<p>NEWUSER15</p>
<p>NEWUSERBH5</p>
<p>NEWUSERSUPE.</p>
<p>NEWUSERSD...</p>
<p>SAVESPRING10</p>
<p>GETANOTHER10</p>
<p>NEWUSER15</p>
<p>NEWUSERBH5</p>
<p>NEWUSERSUPE.</p>
<p>NEWUSERSD...</p>
<p>NEWUSERSUPE.</p>
<p>NEWUSERSD...</p>
<p>SAVESPRING10</p>
<p>GETANOTHER10</p>
<p>NEWUSER15</p>
<p>NEWUSERBH5</p>
<p>NEWUSERSUPE.</p>
<p>NEWUSERSD...</p>
</div>
</div>
</div>
</div>
</div>
<script src="js/extension/extension.js"></script>
</body>
</html>