-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
53 lines (42 loc) · 1.37 KB
/
options.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
51
52
53
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
margin: 0;
padding: 0;
}
#container {
margin: 10px;
}
h1, p {
font-family: sans-serif;
padding: 5px;
}
h1 {
background-color: #E8E9EC;
border-top: 1px solid black;
font-size: 16px;
font-weight: bold;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 7px;
}
p {
padding-top: 10px;
padding-bottom: 7px;
}
</style>
<script src="js/options.js"></script>
<body>
<div id="container">
<!-- About extension section -->
<h1><span id="aboutTitle"></span></h1>
<p><span id="aboutContents"></span></p>
<!-- Donate section -->
<iframe src="https://money.yandex.ru/quickpay/shop-widget?writer=seller&targets=%D0%A0%D0%B0%D1%81%D1%88%D0%B8%D1%80%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%9F%D0%BE%D0%B8%D1%81%D0%BA%20%D0%BD%D0%B0%20%D0%AF%D0%BD%D0%B4%D0%B5%D0%BA%D1%81.%D0%9C%D0%B0%D1%80%D0%BA%D0%B5%D1%82&targets-hint=&default-sum=100&button-text=11&hint=&successURL=&quickpay=shop&account=41001128740721" width="423" height="222" frameborder="0" allowtransparency="true" scrolling="no"></iframe>
</div>
</body>
</html>