diff --git a/frontend-react/public/index.html b/frontend-react/public/index.html new file mode 100644 index 0000000000000000000000000000000000000000..ee0e81603f18d42056842d85af65e145e7e5606b --- /dev/null +++ b/frontend-react/public/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <title>FoodWhizz</title> + +</head> +<body> +<noscript>You need to enable JavaScript to run this app.</noscript> +<div id="root"> + +</div> +</body> +</html>