OLD | NEW |
| (Empty) |
1 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. | |
2 Use of this source code is governed by a BSD-style license that can be | |
3 found in the LICENSE file. --> | |
4 <!DOCTYPE HTML> | |
5 <html i18n-values="dir:textdirection"> | |
6 <head> | |
7 <meta charset="utf-8"> | |
8 <title i18n-content="promoPageTitle"></title> | |
9 <script src="chrome://resources/js/local_strings.js"></script> | |
10 <script src="chrome://resources/js/cr.js"></script> | |
11 <script src="chrome://resources/js/util.js"></script> | |
12 <script src="chrome://resources/js/cr/event_target.js"></script> | |
13 <script src="strings.js"></script> | |
14 <script src="sync_promo.js"></script> | |
15 <link rel="stylesheet" href="shared/css/button.css"> | |
16 <link rel="stylesheet" href="shared/css/throbber.css"> | |
17 <link rel="stylesheet" href="sync_setup_overlay.css"> | |
18 <link rel="stylesheet" href="sync_promo.css"> | |
19 </head> | |
20 <body> | |
21 <div id="sync-promo"> | |
22 <div id="sync-promo-contents"> | |
23 <include src="sync_setup_overlay.html"> | |
24 </div> | |
25 </div> | |
26 </body> | |
27 <script src="chrome://resources/js/i18n_template.js"></script> | |
28 <script src="chrome://resources/js/i18n_process.js"></script> | |
29 </html> | |
OLD | NEW |