| <!doctype html> | |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
| <head> | |
| <title>$i18n{pageTitle}</title> | |
| <meta charset="utf-8"> | |
| <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | |
| <script type="module" src="add_supervision_app.js"></script> | |
| </head> | |
| <body> | |
| <add-supervision-app></add-supervision-app> | |
| </body> | |
| </html> |