| <!doctype html> |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| <head> |
| <meta charset="utf8"> |
| <base href="chrome://cellular-setup"> |
| <style> |
| html, |
| body { |
| display: flex; |
| height: 100%; |
| justify-content: center; |
| margin: 0; |
| overflow: hidden; |
| width: 100%; |
| } |
| </style> |
| </head> |
| <body> |
| <link rel="import" href="chrome://resources/css/text_defaults_md.css"> |
| <link rel="import" href="i18n_setup.html"> |
| <link rel="import" href="chrome://resources/cr_components/chromeos/cellular_setup/cellular_setup.html"> |
| <cellular-setup></cellular-setup> |
| </body> |
| </html> |