-
Notifications
You must be signed in to change notification settings - Fork 0
/
dangky.html
41 lines (35 loc) · 2.16 KB
/
dangky.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
39
40
41
<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="dangky.css">
<link rel="stylesheet" href="fontawesome-free-6.3.0-web/css/all.min.css">
<title>Document</title>
</head>
<body>
<form action="">
<h2 style="color: aliceblue; margin-left: 5%;"> ĐĂNG KÝ THÔNG TIN CÁ NHÂN </h2>
<div id="form">
<div class="divform"> <i class="fa-solid fa-envelope fa-beat"> </i><input type="text" class="divformip" placeholder="Enter Mail"></div>
<div class="divform"><i class="fa-regular fa-user"> </i> <input type="text" class="divformip" placeholder="Enter account"></div>
<div class="divform"> <i class="fa-solid fa-key fa-beat-fade"></i> <input type="password" class="divformip" placeholder="Enter pass"><i class="fa-solid fa-eye"></i></div>
<div class="divform"><i class="fa-solid fa-key fa-beat-fade"></i> <input type="password" class="divformip" placeholder="Enter configpass "><i class="fa-solid fa-eye"></i> </div>
<div class="divform"><input type="submit" class="btn" value="ĐĂNG NHẬP"></div>
</div>
<p> đăng ký với </p>
<div id="form2">
<div id="icon1"><span class="txtapp" style="color:azure">Facebook</span>
<a href="https://vi-vn.facebook.com/login/device-based/regular/login/?login_attempt=1"><i class="fa-brands fa-facebook"></i></a>
</div>
<div id="icon1"><span class="txtapp" style="color: rgb(177, 0, 0);">Go<span class="txtapp" style="color: rgb(255, 255, 255);">ogl</spa><span class="txtapp" style="color: rgb(42, 165, 52);">e</span>
</span>
<a href="https://accounts.google.com/signup/v2/webcreateaccount?flowName=GlifWebSignIn&flowEntry=SignUp"><i class="fa-brands fa-google fa-bounce "></i></a>
</div>
</div>
<div class="divh5">
<a href="mailto:[email protected]" style="color: rgb(255, 0, 106);text-decoration: none;">mailto:[email protected]</a>
</div>
</form>
</body>
</html>