-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (41 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>repl.it</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body class='index'>
<div class='head-bar'>
<div>
<span>Kokoa Clone</span>
<i class="fas fa-wifi"></i>
</div>
<span>23:35</span>
<div>
<span>34%</span>
<i class="fas fa-battery-quarter"></i>
<i class="fas fa-bolt"></i>
</div>
</div>
<form class='index-body' action='friend.html'>
<span class='index-body__welcome'>Welcome to Zootopoa Talk!</span>
<span class='index-body__please'>Please enter your email and password.</span>
<input class='index-body__typein' placeholder="E-mail" required />
<input class='index-body__typein' type="password" placeholder="Password" required />
<input class='index-body__btn' type='submit' value='Log in' />
<input class='index-body__btn' type='button' onclick="location.href='create.html' " value='Sign Up' />
<a class='index-body__anchor' href='create.html'>Find Kokoa Account or Password</a>
<p class='index-body__imgfrom'>img from: webstockreview.net</p>
</form>
<!-- Big Screen -->
<div id="big-screen">
<img src="https://p4.wallpaperbetter.com/wallpaper/573/479/788/zootopia-computer-desktop-hd-wallpaper-preview.jpg">
<span>Your screen is too Big!</span>
<p>please redue your screen width!</p>
</div>
<script src="https://kit.fontawesome.com/6478f529f2.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>