diff --git a/index.html b/index.html index 7b3ce87a..83df13f1 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ - + + Awesome Orange FE diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 00000000..ab3e16cf --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /admin +Allow: / \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx index 1036ecf7..49af4063 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,6 +1,8 @@ import { useEffect } from "react"; import IntroSection from "./introSection"; import Header from "./header"; +import QnA from "./qna"; +import Footer from "./footer"; function App() { useEffect(() => { @@ -12,7 +14,13 @@ function App() { <>
- + test image + +