-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsign.html
More file actions
34 lines (25 loc) · 1.31 KB
/
sign.html
File metadata and controls
34 lines (25 loc) · 1.31 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
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sign Up - Get Fast Labels</title>
<link rel="shortcut icon" href="Images/_4d4af216-900d-4c70-b766-60d1223a866a__1_-removebg-preview.png"
type="image/x-icon">
<link rel="stylesheet" href="Css Files/signup.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
<body>
<div class="sign-up">
<h3 style="text-align: center;">Create an account for free</h3><br><br>
<input type="text" placeholder="Email Address" required>
<input type="password" placeholder="Password" required>
<input type="password" placeholder="Reapet Password" required>
<input type="checkbox" required id="check"><label for="check"> Remember password</label><br>
<input type="submit" value="CREATE ACCOUNT"><br><br><br>
<p>Already have an account?<a href="login.html"> Sign In</a>.</p>
<p>Forgot your password?<a href="Forget Password.html"> Reset Password</a>.</p>
</div>
</body>
</html>