diff options
author | Blaster4385 <[email protected]> | 2025-01-13 00:40:01 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2025-01-13 01:05:28 +0530 |
commit | 2425e3dc2af22c3281122715d60bd4506d48938a (patch) | |
tree | 0d1d352f6593f389c880244fa20fa16e47c35253 /frontend/index.html |
Initial application
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..1b9c37e --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,12 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta content="width=device-width, initial-scale=1.0" name="viewport" /> + <title>deepcool-display-linux</title> + </head> + <body> + <div id="app"></div> + <script src="./src/main.jsx" type="module"></script> + </body> +</html> |