diff options
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index b7231ea..846f5be 100644 --- a/web/index.html +++ b/web/index.html @@ -3,9 +3,11 @@ <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> - <p>Hello, World!</p> + <ntv-app></ntv-app> </body> </html> |
