blob: de117d5f3427e4b24cab66380ac0a70d44ddb569 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<style>
body {
background-color: var(--color-new-tab-footer-background);
height: 100%;
margin: 0;
overflow: auto;
width: 100%;
}
</style>
</head>
<body>
<new-tab-footer-app></new-tab-footer-app>
<script type="module" src="app.js"></script>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="chrome://theme/colors.css?sets=ui,chrome">
</body>
</html>