blob: 6b7581daa3a47d52ee111966235681ee56355ad2 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}" class="loading"
$i18n{dark}>
<head>
<meta charset="utf8">
<title>$i18n{title}</title>
<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;
}
html.loading {
border-top: 56px solid var(--md-toolbar-color);
}
</style>
</head>
<body>
<bookmarks-app></bookmarks-app>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="import" href="app.html">
<link rel="import" href="chrome://resources/html/dark_mode.html">
</body>
</html>