-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex3.html
38 lines (33 loc) · 1.25 KB
/
index3.html
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
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="kys.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Join Us</title>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="Welcome.html" class="logo"><span>Game</span>ZoneTn</a>
</header>
</video>
<div class="wrapper">
<form action="">
<h1>Password Verification</h1>
<div class="inputbox" for="email">
<input type="email" placeholder="Type your Email" required>
<i class='bx bxs-envelope'></i>
</div>
<div class="inputbox" for="phone">
<input type="number" placeholder="Code Verification" >
<i class='bx bxs-phone'></i>
</div>
<button type="submit" class="btn">Verify</button>
<div class="register-link">
<p>Already have an account? <a href="INDEX.html">Log In</a></p>
<p>Don't have an account? <a href="index2.html">Register</a></p>
</div>
</form>
</body>
</html>