| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE HTML> | |
| 2 <html i18n-values="dir:textdirection"> | |
| 3 <head> | |
| 4 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | |
| 5 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | |
| 6 <link rel="stylesheet" href="app_launch.css"> | |
| 7 <script src="chrome://resources/js/util.js"></script> | |
| 8 <script src="chrome://resources/js/load_time_data.js"></script> | |
| 9 <script src="chrome://app-launch/app_launch.js"></script> | |
| 10 <script src="chrome://app-launch/strings.js"></script> | |
| 11 </head> | |
| 12 <body i18n-values=".style.fontFamily:fontfamily;"> | |
| 13 <div id="page"> | |
| 14 <div id="content"> | |
| 15 <div id="header" i18n-content="productName"></div> | |
| 16 <div id="launch-text" i18n-content="appStartMessage"></div> | |
| 17 <div id="spinner" class="spinner"></div> | |
| 18 </div> | |
| 19 <p id="shortcut-info" i18n-content="shortcutInfo"></p> | |
| 20 </div> | |
| 21 <script src="chrome://resources/js/i18n_template2.js"></script> | |
| 22 </body> | |
| 23 </html> | |
| OLD | NEW |