blob: b91e6202e695f7347963e1c0dbee0cea46622c62 [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::before {
background-color: var(--md-toolbar-color);
border-bottom: var(--md-toolbar-border);
box-sizing: border-box;
content: '';
display: block;
height: var(--md-toolbar-height);
}
</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>