From 666c12f31c6dfd1261b8ac89562ce555780fc323 Mon Sep 17 00:00:00 2001 From: Avanish Singh <79073722+aaviix@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:46:34 +0100 Subject: [PATCH] Add files via upload --- frontend-react/public/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 frontend-react/public/index.html diff --git a/frontend-react/public/index.html b/frontend-react/public/index.html new file mode 100644 index 0000000..ee0e816 --- /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> -- GitLab