-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput page2.html
More file actions
31 lines (31 loc) · 1.25 KB
/
Copy pathinput page2.html
File metadata and controls
31 lines (31 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/REDO1.css">
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet">
<title>REDO1</title>
</head>
<body>
<div class="cont">
<div class="div1">
<div>
<h1>Sign Up</h1>
<input type="text" name="fname" id="" placeholder="First Name" class="short">
<input type="text" name="lname" id="" placeholder="Last Name" class="short"><br>
<input type="text" name="email" id="" placeholder="Email" class="long"><br>
<input type="" name="username" id="" placeholder="UserName" class="long"><br>
<input type="text" name="pwd" id="" placeholder="Password" class="short">
<input type="text" name="pwd" id="" placeholder="Confirm Password" class="short"><br>
<p>Password must be atleast up to 8 characters.</p>
<button>Sign Up</button>
</div>
</div>
<div class="div2">
<img src="./images/project-management-software-main.webp" alt="" class="img1">
</div>
</div>
</body>
</html>