-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheww.html
More file actions
52 lines (46 loc) · 2.25 KB
/
eww.html
File metadata and controls
52 lines (46 loc) · 2.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!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">
<title>Facebook Login</title>
<link rel="stylesheet" href="..//BOOSTRAP/bootstrap-5.2.2-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./eww.css">
<link rel="stylesheet" href="..//BOOSTRAP/bootstrap-5.2.2-dist/js/bootstrap.bundle.js">
</head>
<body>
<main class="d-flex justify-content-around m-auto">
<div class="tx">
<img src="https://static.xx.fbcdn.net/rsrc.php/y8/r/dF5SId3UHWd.svg" alt="">
<p class="fs-5 test">FacebookFacebook helps you connect and share <br>
with the people in your life.</p>
</div>
<form class="w-50 border p-3 m-auto my-3 rounded shadow" action="">
<div class="form-group">
<input class="form-control floatingInput" type="text" placeholder="Email adrress or Phone number">
</div>
<div class="form-group">
<input class="form-control" type="password" name="....." id="...." placeholder="password">
</div>
<button class="btn btn-primary form-control">
Login
</button>
<div class="m-auto">
<div class="text-center mt-4">
<a class="as" href="">Forgotten password?</a>
</div>
</div>
<hr>
</div>
<div id="sd" class="text-center">
<button type="button" class="btn btn-success w-50" data-bs-toggle="modal" data-bs-target="#exampleModal"><a class="" href="./gf.html" target="_top">Create New Account</a> </button>
</div>
<p class="text-center mt-4"><strong><a class="text-black" href="">Create a page</a></strong> for a
celebrity, brand or business.</p>
</form>
</main>
</body>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</html>