OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="helpTitle"></title> | 5 <title i18n-content="aboutTitle"></title> |
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
7 <link rel="stylesheet" href="../uber/uber_shared.css"> | 7 <link rel="stylesheet" href="../uber/uber_shared.css"> |
8 <link rel="stylesheet" href="help.css"> | 8 <link rel="stylesheet" href="help.css"> |
9 <if expr="chromeos"> | 9 <if expr="chromeos"> |
10 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> |
11 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
12 <link rel="stylesheet" href="channel_change_page.css"> | 12 <link rel="stylesheet" href="channel_change_page.css"> |
13 </if> | 13 </if> |
14 | 14 |
15 <script src="chrome://resources/js/cr.js"></script> | 15 <script src="chrome://resources/js/cr.js"></script> |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 </if> | 147 </if> |
148 <if expr="_google_chrome"> | 148 <if expr="_google_chrome"> |
149 <div id="product-tos"></div> | 149 <div id="product-tos"></div> |
150 </if> | 150 </if> |
151 </div> | 151 </div> |
152 </div> | 152 </div> |
153 </body> | 153 </body> |
154 <script src="chrome://help-frame/strings.js"></script> | 154 <script src="chrome://help-frame/strings.js"></script> |
155 <script src="chrome://resources/js/i18n_template2.js"></script> | 155 <script src="chrome://resources/js/i18n_template2.js"></script> |
156 </html> | 156 </html> |
OLD | NEW |