chromium/ash/webui/projector_app/resources/app/untrusted/index.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.
-->

<!DOCTYPE html>
<html dir="$i18n{textdirection}" lang="$i18n{appLocale}">
  <head>
    <meta charset="utf-8">
    <title>$i18n{appTitle}</title>
    <link rel="stylesheet" href="//theme/colors.css?sets=ref&generate_rgb_vars=true">
    <script src="sandboxed_load_time_data.js"></script>
    <script src="strings.js"></script>
    <script type="module" src="common/message_types.js"></script>
    <script type="module" src="untrusted_app_comm_factory.js"></script>
    <script type="module" src="app_bin.js"></script>
  </head>
  <body>
  </body>
</html>