| <!doctype html> | |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <base href="chrome://multidevice-internals"> | |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | |
| <style> | |
| body { | |
| margin: 0; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <multidevice-internals></multidevice-internals> | |
| <script type="module" src="multidevice_internals.js"></script> | |
| </body> | |
| </html> |