diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 000000000..c12fddc36 --- /dev/null +++ b/public/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width"> + <title> WEBAPP </title> + </head> + <body> + <div id="root"></div> + </body> +</html> \ No newline at end of file |