1<!doctype html> 2<html dir="$i18n{textdirection}" lang="$i18n{language}"> 3<head> 4 <meta charset="utf-8"> 5 <title>Structured Metrics Internals</title> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 7 <script type="module" src="metrics_internals.js"></script> 8</head> 9 10<body> 11 <structured-metrics-internals-app></structured-metrics-internals-app> 12 <script src="/structured/app.js" type="module"></script> 13</body> 14</html> 15