diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-11-24 15:46:22 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-11-24 15:46:22 +0200 |
| commit | d724cc0bf6ff6d351319e6fb00f5184a04e16ac0 (patch) | |
| tree | cb43253479df5db8f4844e17e68a48ea5a212df4 /packages/web/src/index.html | |
| parent | 7c966e105cd9f65853de1aba0ecce63aa56aca0b (diff) | |
chore: improve dev tasks
Diffstat (limited to 'packages/web/src/index.html')
| -rw-r--r-- | packages/web/src/index.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/web/src/index.html b/packages/web/src/index.html deleted file mode 100644 index 9f8bcbf..0000000 --- a/packages/web/src/index.html +++ /dev/null @@ -1,11 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="utf-8" /> - <title>Notive</title> - <link rel="stylesheet" href="index.css" /> - <link rel="icon" href="favicon.ico" /> - <script type="module" src="index.ts"></script> - </head> - <body></body> -</html> |
