chromium/chrome/browser/resources/support_tool/url_generator_container.html

<!DOCTYPE HTML>
<!--
Copyright 2022 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>Support Tool URL Generator</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>
  <url-generator></url-generator>
  <script type="module" src="url_generator.js"></script>
</body>
</html>