OLD | NEW |
(Empty) | |
| 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection; |
| 3 build:buildType; |
| 4 highlight:highlightStrength; |
| 5 lang:language"> |
| 6 <head> |
| 7 <meta charset="utf-8"> |
| 8 <meta name="google" value="notranslate"> |
| 9 <title i18n-content="title"></title> |
| 10 <include src="md_login_shared.html"> |
| 11 <include src="login_non_lock_shared.html"> |
| 12 <include src="notification_card.html"> |
| 13 <script src="chrome://oobe/login.js"></script> |
| 14 </head> |
| 15 <body i18n-values=".style.fontFamily:fontfamily;" class="chromeos"> |
| 16 <include src="md_screen_container.html"> |
| 17 <script src="chrome://resources/js/i18n_template.js"></script> |
| 18 </body> |
| 19 </html> |
OLD | NEW |