chromium/chrome/browser/resources/chromeos/manage_mirrorsync/index.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 dir="$i18n{textdirection}">
  <head>
    <title>Manage synced folders</title>
    <script type="module" src="components/manage_mirrorsync.js"></script>
    <link rel="stylesheet" href="chrome://resources/chromeos/colors/cros_styles.css">
    <link rel="stylesheet" href="main.css">
  </head>
  <body>
    <h1>Sync your chromebook files</h1>
    <p>Access all your files from anywhere.</p>
    <manage-mirrorsync></manage-mirrorsync>
  </body>
</html>