-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (46 loc) · 1.42 KB
/
index.html
File metadata and controls
47 lines (46 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="CSS/styles.css" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to kokoa Talk</title>
</head>
<body>
<div class="status-bar">
<div class="status-bar_column">
<span>NO Service</span>
<i class="fas fa-wifi"></i>
</div>
<div class="status-bar_column">
<span>13:00</span>
</div>
<div class="status-bar_column">
<span>120%</span>
<i class="fas fa-battery-full"></i>
<i class="fas fa-bolt lg"></i>
</div>
</div>
<div>
<header class="Welcome-header">
<h1 class="Welcome-header_titile">Welcome to Kokoa Clone</h1>
<p class="Welcome-header_text">
IF you have a kokoa Account, plz press button below this sentence
</p>
</header>
<form action="firends.html" method="get" id="login-form">
<input type="text" placeholder="Email or phone number" />
<input type="password" placeholder="password" />
<input type="submit" value="Log in" />
<a href="#">Find kokoa CLone Account or Password</a>
</form>
</div>
<div id="no-mobile">
<span>Your screen is too big ㅠㅠ </span>
</div>
<script
src="https://kit.fontawesome.com/ec2d6007af.js"
crossorigin="anonymous"
></script>
</body>
</html>