diff options
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..b7231ea --- /dev/null +++ b/web/index.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <title>Notive</title> + <script type="module" src="index.ts"></script> + </head> + <body> + <p>Hello, World!</p> + </body> +</html> |
