<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<title>$i18n{pageTitle}</title>
<style>
body {
background-color: var(--color-product-specifications-page-background);
margin: 0;
padding: 24px;
}
</style>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="chrome://theme/colors.css?sets=ui,chrome">
</head>
<product-specifications-app></product-specifications-app>
<script type="module" src="app.js"></script>
</html>