| <!doctype html> | |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Structured Metrics Internals</title> | |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | |
| <script type="module" src="metrics_internals.js"></script> | |
| </head> | |
| <body> | |
| <structured-metrics-internals-app></structured-metrics-internals-app> | |
| <script src="/structured/app.js" type="module"></script> | |
| </body> | |
| </html> |