<!DOCTYPE HTML>
<!--
Copyright 2021 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
<meta charset="utf-8">
<title>$i18n{supportToolTabTitle}</title>
<link rel="import" href="chrome://resources/html/dark_mode.html">
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
</head>
<body>
<style>
html {
background: var(--md-background-color);
}
</style>
<support-tool></support-tool>
<script type="module" src="support_tool.js"></script>
</body>
</html>