<!-- 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 lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" src="app.js"></script>
<title>Kiosk Vision Internals</title>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<kiosk-vision-internals-app></kiosk-vision-internals-app>
</body>
</html>