chromium/ash/webui/boca_ui/resources/index.html

<!-- Copyright 2024 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>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="//theme/colors.css?sets=ref&generate_rgb_vars=true">
<script type="module" src="app/client_delegate.js"> </script>
<script type="module" src="app/mojo_api_bootstrap.js"></script>
<script type="module" src="app/receiver.js"> </script>
<!-- Order is important for these files since "app_main.js" reads from
	`window.loadTimeData`. -->
<script src="app/sandboxed_load_time_data.js"></script>
<script src="strings.js"></script>
<!-- Resource obtained from CIPD-->
<script type="module" src="/app_bin.js"></script>

</head>

<body>
</body>