-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (55 loc) · 2.29 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GAMERLA</title>
<link rel="icon" type="image/x-icon" href="IMAGES/android-chromeee-512x512.png">
<link rel="stylesheet" type="text/css" href="GAMERLA.CSS">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap" rel="stylesheet">
</head>
<body>
<header>
<a href="#" class="logo">GAMERLA</a>
<ul class="navlist">
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">RECENTLY PLAYED</a></li>
<li><a href="#">NEW GAMES</a></li>
<li><a href="#">TRENDING GAMES</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
<div class="bx bx-menu" id="menu-icon"></div>
</header>
<section class="hero">
<div class="hero-text">
<h5>#3 TRENDING</h5>
<h4>LEAD</h4>
<h1>SNIPER MISSION</h1>
<p>Sniper Mission is a sniper game where you take on the role of a skilled sniper.
Defend your nation against enemy forces, get ready to take on the world's deadliest foes,
and show your true sniper skills!
</p>
<a href="#">PLAY NOW!!!</a>
<a href="#" class="ctaa"><i class="ri-play-fill"></i>Watch Gameplay</a>
</div>
<div class="mission-img">
<img src="IMAGES/download-removebg-preview.png">
</div>
</section>
<div class="icons">
<a href="#"><i class="ri-tiktok-line"></i></a>
<a href="#"><i class="ri-instagram-line"></i></a>
<a href="#"><i class="ri-youtube-line"></i></a>
</div>
<div class="scroll-down">
<a href="#"><i class="ri-arrow-down-s-line"></i></a>
</div>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="GAMERLA.JS"></script>
</body>
</html>