Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ForgotPassword.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html>
13 changes: 13 additions & 0 deletions edit.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.loginpage{
display: flex;
display:block;
padding-bottom: 10px;
justify-content: center;
align-items: center;
margin-left: 400px;
margin-top: 200px;

}
.ForgotPassword{
margin-top: 10px;
}
Empty file added hello.js
Empty file.
Empty file added javascript page.js
Empty file.
24 changes: 24 additions & 0 deletions loginPage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="edit.css">

</head>
<title>LOGIN PAGE</title>
<body>
<div class="loginpage">
<div class="main">
<p>Username</p>
<input class="username" type="text" placeholder="Username">
</div>
<div class="password">
<p>Password</p>
<input class="password" type="text" placeholder="password">
</div>
<button><a class="button" href</button>
<div class="ForgotPassword"> <a href="c:\\new project\\ForgotPassword.html" target="_blank" >Forgot Password</a>
</div>
</div>
</body>

</html>
106 changes: 106 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "newproject",
"version": "1.0.0",
"description": "",
"main": "hello.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2"
}
}
Empty file added reactpage.jsx
Empty file.