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 |
| 11 <include src="login_shared.html"> |
| 12 |
| 13 <!-- custom_elements.html (polymer) gets lazily-loaded in lock.js --> |
| 14 |
| 15 <script src="chrome://oobe/lock.js"></script> |
| 16 |
| 17 </head> |
| 18 <body i18n-values=".style.fontFamily:fontfamily;" class="chromeos"> |
| 19 <include src="screen_container.html"> |
| 20 <script src="chrome://resources/js/i18n_template.js"></script> |
| 21 </body> |
| 22 </html> |
OLD | NEW |