-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (51 loc) · 2.12 KB
/
Copy pathindex.html
File metadata and controls
60 lines (51 loc) · 2.12 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
48
49
50
51
52
53
54
55
56
57
58
59
60
<!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>Intro</title>
<link href="img/emo.png" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="intro.css" rel="stylesheet" type="text/css">
<body>
<section class="intro">
<!-- <img src="2400716.jpg" alt="introbg_firstpage" class="fr" loading="lazy"> -->
<nav>
<ul class="logo">
<li><img src="img/emo.png" alt="logo" class="logo"></li>
<li><H2>EMO</H2></li>
</ul>
<div class="icon">
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
</div>
<ul class="singin_up">
<a href="login.html"><li>Singin</li></a>
<a href="signup.html"><li>Singup</li></a>
</ul>
</nav>
<div class="emo_am">
<div class="i"><img src="img/emo.png"></div>
<div class="b"> <img src="img/emo.png" ></div>
<div class="c"><img src="img/emored.png"></div>
</div>
<div class="text">
<h1>Listing and Chill</h1><span>Width</span><h2>EMO</h2>
<a href="emohome.html" class="st gr">Start Now</a>
</div>
</section>
<section id="sc">
<img src="img/playlist2.png" class="pl1">
<img src="img/playlist1.png" class="pl2">
<div class="textpl">
<h1>Both IOS and Android</h1><h2>Download Now</h2>
<div class="btn">
<a href="#" class="pl">PLayStore<i class="fa-brands fa-google-play"></i></a>
<a href="#" class="pl">AppStore<i class="fa-brands fa-app-store-ios"></i></a>
</div>
</div>
</section>
</body>
</html>