diff options
Diffstat (limited to 'web/src/index.html')
| -rw-r--r-- | web/src/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/src/index.html b/web/src/index.html new file mode 100644 index 0000000..846f5be --- /dev/null +++ b/web/src/index.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <title>Notive</title> + <link rel="stylesheet" href="index.css" /> + <script type="module" src="index.ts"></script> + <script type="module" src="components/index.ts"></script> + </head> + <body> + <ntv-app></ntv-app> + </body> +</html> |
