blob: b6e08ba8bcee6aa5d862e102d4ba554da64e219d [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}" $i18n{dark}>
<head>
<meta charset="utf8">
<title>$i18n{title}</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="chrome://resources/css/md_colors.css">
<style>
html {
/* Remove 300ms delay for 'click' event, when using touch interface. */
touch-action: manipulation;
}
html,
body {
background: var(--md-background-color);
height: 100%;
margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<bookmarks-app></bookmarks-app>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://bookmarks/strings.js"></script>
<link rel="import" href="chrome://bookmarks/app.html">
<link rel="import" href="chrome://resources/html/dark_mode.html">
</body>
</html>