blob: 0c79fa1a990874ed31382527007d43545a30d253 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Contextual Tasks</title>
<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>