<!--
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 dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<title></title>
<link rel="stylesheet" href="chrome://theme/colors.css?sets=sys">
<link rel="stylesheet" href="chrome://theme/typography.css">
<link rel="stylesheet" href="./oobe.css">
<style>
html,
body {
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
}
</style>
</head>
<body>
<extended-updates-app></extended-updates-app>
<script type="module" src="app.js"></script>
</body>
</html>