OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- saved from url=(0014)about:internet --> | 2 <!-- saved from url=(0014)about:internet --> |
3 <!-- | 3 <!-- |
4 - This file is part of Adblock Plus <http://adblockplus.org/>, | 4 - This file is part of Adblock Plus <http://adblockplus.org/>, |
5 - Copyright (C) 2006-2013 Eyeo GmbH | 5 - Copyright (C) 2006-2013 Eyeo GmbH |
6 - | 6 - |
7 - Adblock Plus is free software: you can redistribute it and/or modify | 7 - Adblock Plus is free software: you can redistribute it and/or modify |
8 - it under the terms of the GNU General Public License version 3 as | 8 - it under the terms of the GNU General Public License version 3 as |
9 - published by the Free Software Foundation. | 9 - published by the Free Software Foundation. |
10 - | 10 - |
11 - Adblock Plus is distributed in the hope that it will be useful, | 11 - Adblock Plus is distributed in the hope that it will be useful, |
12 - but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 - but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 - GNU General Public License for more details. | 14 - GNU General Public License for more details. |
15 - | 15 - |
16 - You should have received a copy of the GNU General Public License | 16 - You should have received a copy of the GNU General Public License |
17 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. | 17 - along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
18 --> | 18 --> |
19 | 19 |
20 <html> | 20 <html> |
21 <head> | 21 <head> |
22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | 22 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 23 <script src="../static/js/ieFirstRun.js"></script> |
23 <script src="../static/js/firstRun.js"></script> | 24 <script src="../static/js/firstRun.js"></script> |
24 <link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" /> | 25 <link href="../static/css/firstRun.css" type="text/css" rel="stylesheet" /> |
25 | 26 |
26 <!--[if lt IE 7]> | 27 <!--[if lt IE 7]> |
27 <script src="../static/js/vendor/DD_belatedPNG.js"></script> | 28 <script src="../static/js/vendor/DD_belatedPNG.js"></script> |
28 <script>DD_belatedPNG.fix("#logo, .share-image");</script> | 29 <script>DD_belatedPNG.fix("#logo, .share-image");</script> |
29 <![endif]--> | 30 <![endif]--> |
30 <!--[if lt IE 9]> | 31 <!--[if lt IE 9]> |
31 <script src="../static/js/vendor/html5shiv.js"></script> | 32 <script src="../static/js/vendor/html5shiv.js"></script> |
32 <![endif]--> | 33 <![endif]--> |
(...skipping 30 matching lines...) Expand all Loading... |
63 <a id="share-twitter-2" class="share-image share-twitter" href="https://tw
itter.com/adblockplus" target="_blank"></a> | 64 <a id="share-twitter-2" class="share-image share-twitter" href="https://tw
itter.com/adblockplus" target="_blank"></a> |
64 <a id="share-gplus-2" class="share-image share-gplus" href="https://www.go
ogle.com/+AdblockPlus" target="_blank"></a> | 65 <a id="share-gplus-2" class="share-image share-gplus" href="https://www.go
ogle.com/+AdblockPlus" target="_blank"></a> |
65 </div> | 66 </div> |
66 </div> | 67 </div> |
67 | 68 |
68 <div id="glass-pane"> | 69 <div id="glass-pane"> |
69 <iframe id="share-popup" scrolling="no"></iframe> | 70 <iframe id="share-popup" scrolling="no"></iframe> |
70 </div> | 71 </div> |
71 </body> | 72 </body> |
72 </html> | 73 </html> |
OLD | NEW |