diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-04-28 18:45:30 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-04-28 18:45:30 +0300 |
| commit | e1e42fc6c17ba99b7cad940b3c3e1c97df959140 (patch) | |
| tree | d9cb78b61514eef078d8284321dad326ad52b949 /frontend/index.html | |
| download | cloudrender-e1e42fc6c17ba99b7cad940b3c3e1c97df959140.tar.xz cloudrender-e1e42fc6c17ba99b7cad940b3c3e1c97df959140.zip | |
Added a simple UI for our application
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..acac7f0 --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,13 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" href="/vite.svg" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Image Processing Frontend</title> + </head> + <body> + <div id="root"></div> + <script type="module" src="/src/main.tsx"></script> + </body> +</html> |
