| <!doctype html> | |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>$i18n{titleText}</title> | |
| <link rel="stylesheet" href="chrome://resources/chromeos/colors/cros_styles.css"> | |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | |
| </head> | |
| <body> | |
| <network-ui></network-ui> | |
| <script type="module" src="network_ui.js"></script> | |
| </body> | |
| </html> |