blob: c6ea1a6639722014fcd17f174198aebb7a5e0711 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<title>$i18n{title}</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<style>
html,
body {
width: 320px;
}
body {
/* Using a var here for the background color is not currently an issue for
Read Later UI as it is shown asynchronously after the onload handler of
the main frame has completed. */
background-color: var(--mwb-background-color);
margin: 0;
}
</style>
</head>
<body>
<read-later-app></read-later-app>
<script type="module" src="app.js"></script>
<script type="module" src="chrome://resources/cr_elements/mwb_shared_vars.js">
</script>
</body>
</html>