diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-02-13 22:04:48 -0700 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-02-13 22:05:59 -0700 |
commit | 8a0c92f80a797f40bc06f524d37247273351be8e (patch) | |
tree | 8d0891532dfef753102762f382a7ef3cf002d73c /ui/index.html |
Minimum app setup
Diffstat (limited to 'ui/index.html')
-rw-r--r-- | ui/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/index.html b/ui/index.html new file mode 100644 index 0000000..077ce1c --- /dev/null +++ b/ui/index.html @@ -0,0 +1,7 @@ +<!doctype html> +<html> + <body> + <p>Minimum viable binary!</p> + <p>I think hot-reloading even works?</p> + </body> +</html> |