-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (43 loc) · 1.66 KB
/
index.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
42
43
44
45
46
47
48
49
50
<!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>Welcome</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/reset.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/FortAwesome/[email protected]/css/all.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="status-bar">
<div class="status-bar__column">
<span>No Service</span>
<i class="fas fa-ban"></i>
<i class="fas fa-volume-off"></i>
</div>
<div class="status-bar__column">
<span>00:00</span>
</div>
<div class="status-bar__column">
<span>100%</span>
<i class="fas fa-battery-full"></i>
<i class="fas fa-bolt"></i>
</div>
</div>
<header class="welcome-header">
<h1 class="welcome-header__title">Welcom to Jsiku talk</h1>
<P class="welcome-header__text">If you have an Account,</P>
<P class="welcome-header__text">log in with your email or phone number.</P>
</header>
<form action="chats.html" method="GET" id="login-form">
<input name="userName" required autocomplete="off" type="text" placeholder="Email or Phone number">
<input name="password" required type="password" placeholder="Password">
<input type="submit" value="Log in">
<a href="#">Find account of Password</a>
</form>
<div id=wide_screen>
<span>This screen is too WIDE</span>
</div>
</body>
</html>