forked from adblockplus/adblockplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
day1.html
83 lines (78 loc) · 2.85 KB
/
day1.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<!--
- This file is part of Adblock Plus <https://adblockplus.org/>,
- Copyright (C) 2006-present eyeo GmbH
-
- Adblock Plus is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 as
- published by the Free Software Foundation.
-
- Adblock Plus is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<title id="title-message"></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" type="text/css" href="skin/fonts/font.css">
<link rel="stylesheet" type="text/css" href="skin/day1.css">
<script src="polyfill.js"></script>
<script src="ext/common.js"></script>
<script src="ext/content.js"></script>
<script src="common.js"></script>
<script src="i18n.js"></script>
<script src="day1.js" defer></script>
</head>
<body>
<main>
<header>
<div class="content">
<a data-doclink="adblock_plus" target="_blank">
<img id="logo" src="skin/icons/logo/abp-full.svg" alt="Adblock Plus">
</a>
<h1 id="content-message"></h1>
<a class="button" data-doclink="adware" target="_blank"
data-i18n="day1_header_more"></a>
</div>
</header>
<article id="community" class="primary">
<div class="content columns">
<div>
<h2 data-i18n="day1_community_title"></h2>
<p data-i18n="day1_community_description_1"></p>
<p data-i18n="day1_community_description_2"></p>
</div>
<div>
<a id="contact" class="button" target="_blank"
data-i18n="day1_community_contact"></a>
</div>
</article>
<article id="blockelement">
<div class="content columns">
<div>
<h2 data-i18n="day1_blockelement_title"></h2>
<p data-i18n="day1_blockelement_description"></p>
<a class="button secondary"
data-doclink="block_element" target="_blank"
data-i18n="day1_blockelement_more"></a>
</div>
<div>
<img src="skin/backgrounds/toolbar.svg" alt="">
<iframe id="popup-dummy" src="popup-dummy.html"
data-i18n-title="day1_blockelement_screenshot"
tabindex="-1"></iframe>
</div>
</div>
</article>
</main>
<footer>
<span id="copyright-notice"></span>
</footer>
</body>
</html>