blob: 986dc682b919e5da31ce49060c16a2dbb80dec8d [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Contextual Tasks</title>
<link rel="stylesheet" href="//resources/css/text_defaults_md.css">
<link rel="stylesheet" href="//theme/colors.css?sets=chrome">
<style>
html, body {
height: 100%;
padding: 0;
margin: 0;
width: 100%;
}
body {
align-items: stretch;
display: flex;
flex-direction: column;
}
contextual-tasks-app {
flex-grow: 1;
}
</style>
</head>
<body>
<contextual-tasks-app></contextual-tasks-app>
<script type="module" src="app.js"></script>
</body>
</html>