diff options
author | AL-LCL <alvin@alvinhavel.com> | 2023-05-19 10:39:49 +0200 |
---|---|---|
committer | AL-LCL <alvin@alvinhavel.com> | 2023-05-19 10:39:49 +0200 |
commit | 58ebd3bc0f00c532e97e9a5571471ffab87934ba (patch) | |
tree | 6e099e59af07206df6edf2b0c585d0c5a466d4bd /server/web/public/index.html |
Diffstat (limited to 'server/web/public/index.html')
-rw-r--r-- | server/web/public/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/server/web/public/index.html b/server/web/public/index.html new file mode 100644 index 0000000..dc331ad --- /dev/null +++ b/server/web/public/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <meta name="robots" content="noindex" /> + <meta charset="utf-8" /> + </head> + <body> + <noscript>Enable Javascript.</noscript> + <div id="root"></div> + + <script type="text/javascript" src="%PUBLIC_URL%/eel.js"></script> + </body> +</html> |