-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
39 lines (39 loc) · 1.57 KB
/
popup.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>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/preloader.css" rel="stylesheet" type="text/css">
<script src="js/jquery.min.js"></script>
<script src="js/popup.js"></script>
<script src="lib/Dictionary.js"></script>
<title>PriceHelper</title>
</head>
<body>
<div class="main">
<div class="popup-logo">
<img src="img/logo.png" width="150px;">
</div>
<div class="popup-description">
<b>PriiceHelper - расширение, дополняющее существующую страницу магазина игровых предметов <a href="https://market.csgo.com">market.csgo.com</a></b>
</div>
<div class="popup-tools">
<div class="popup-action">
<a>Отключить для этой страницы</a>
</div>
<div class="popup-action">
<a>Отключить расширение</a>
</div>
<div class="popup-action">
<a>Скрыть эту иконку</a>
</div>
</div>
<div class="popup-more">
<div class="popup-action">
<a>Понравилось расширение?</a>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>