-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacebook.html
More file actions
28 lines (25 loc) · 992 Bytes
/
facebook.html
File metadata and controls
28 lines (25 loc) · 992 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
28
<!DOSTYPE html>
<html lang="rus">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Facebook</title>>
<link rel="stylesheet" href="facebook.css">
</head>
<body>
<div class="textbox">
<h1>Facebook</h1>>
<h2>Facebook помогает вам всегда<br> оставаться на связи и общаться со<br> своими знакомыми.</h2>
</div>>
<div class="container">
<div class="form">
<input type="text" class="text" placeholder="Электронный адрес или номер телефона"><br>
<input type="password" placeholder="Пароль"><br>
<button>Вход</button>>
<p><a href="">Забыли пароль?</a><br></p>>
<div class="btn">
<button>Создать аккаунт</button>>
</div>>
</div>>
</div>>
</body>