blob: 27b0fa2b5090ef279cc1d3c23a2234c98b5bee05 [file] [log] [blame]
<!doctype html>
<html>
<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>