-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfg.html
More file actions
27 lines (27 loc) · 970 Bytes
/
Copy pathfg.html
File metadata and controls
27 lines (27 loc) · 970 Bytes
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
<html lang="en" class="full-sign-in ">
<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">
<title>Tech Flash | Forget password</title>
<!-- Favicon -->
<link rel="shortcut-icon" type="image/png" href="./assets/images/favicon.png">
<!-- Custom styles -->
<link rel="stylesheet" href="./assets/css/main-1.css">
</head>
<body class="sign-in" style="background-image: url(./assets/images/bg.jpg);" >
<div class="box">
<form action="" class="form">
<h2 class="h2">Sign Up</h2>
<div class="input-box">
<input type="email" required>
<span>E-Mail</span>
<i></i>
</div>
<input type="submit" value="change-password">
<div class="links">
</div>
</form>
</div>
</body>
</html>