blob: fc74fe780c6542a1b7bf2a2b8567f27e6a12e893 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<style>
body {
margin: 0;
}
</style>
<title>$i18n{pageTitle}</title>
</head>
<body>
<commander-app></commander-app>
<script type="module" src="app.js"></script>
</body>
</html>