From a9ff170dd6d3f0d5a8a535560996b3b59992b542 Mon Sep 17 00:00:00 2001 From: GEYANI <161200790+pGeyani@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:07:36 +0530 Subject: [PATCH] Change in body container2 --- paras/public/index.html | 105 +++++++++++++++++++++++++++++++++++++++- paras/src/Login.js | 9 ++++ 2 files changed, 113 insertions(+), 1 deletion(-) diff --git a/paras/public/index.html b/paras/public/index.html index 4426689..9646c5e 100644 --- a/paras/public/index.html +++ b/paras/public/index.html @@ -8,6 +8,19 @@ + +
+ + + + + + + +
+ + TIC TAC TOE + @@ -129,6 +181,57 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/paras/src/Login.js b/paras/src/Login.js index f940faa..c4c8f83 100644 --- a/paras/src/Login.js +++ b/paras/src/Login.js @@ -2,6 +2,15 @@ import React, { useState } from "react"; import { Link, useNavigate } from "react-router-dom"; import "./Login.css"; + + + + + + + + + const Login = () => { const [formData, setFormData] = useState({ email: "",