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: "",