-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 796 Bytes
/
index.html
File metadata and controls
32 lines (28 loc) · 796 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
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS</title>
<link rel="stylesheet" href="master.css">
<title>hello</title>
</head>
<body>
<!-- <div class="h">
<h1>facebook</h1>
<div class="main">
<form action="">
<input type="text" id="username" placeholder="email or phone number" class="name">
<br>
<input type="password" placeholder="password" class="name" id="pass">
<br>
<input type="submit" value="log in" class="log">
</form>
</div>
</div> -->
<div class="load">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
</body>
</html>