chromium/chrome/browser/resources/chromeos/edu_coexistence/edu_coexistence.html

<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
  <head>
    <meta charset="utf-8">
    <style>
      html,
      body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
    </style>
    <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
    <link rel="stylesheet" href="chrome://resources/chromeos/colors/cros_styles.css">
    <script type="module" src="edu_coexistence/edu_coexistence_app.js"></script>
  </head>
  <body>
    <edu-coexistence-app></edu-coexistence-app>
  </body>
</html>