| <!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> |