<!-- 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">
<title>Print</title>
<link rel="stylesheet" href="chrome://theme/colors.css?sets=sys">
<link rel="stylesheet" href="chrome://theme/typography.css">
<style>
html, body {
background-color: var(--cros-sys-app_base_shaded);
font: var(--cros-body-0-font);
height: 100%;
margin: 0;
width: 100%;
}
</style>
</head>
<body>
<print-preview-cros-app></print-preview-cros-app>
<script type="module" src="/js/print_preview_cros_app.js"></script>
</script>
</body>
</html>