-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (70 loc) · 3.17 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hogwarts Legacy</title>
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="black">
<div class="main">
<div class="nav">
<h6 class="region"><i class="fa fa-globe" aria-hidden="true"></i> India - English</h6>
<div class="inside-nav">
<h6><i class="fa-brands fa-twitch"></i> Twitch Drops</h6>
<h6><i class="fa-solid fa-laptop"></i> Pc Specs</h6>
<h6><i class="fa-solid fa-unlock"></i> Unlock Exclusive Rewards</h6>
<h6><i class="fa-solid fa-bug"></i> Report a Bug</h6>
<h6><i class="fa-solid fa-envelope"></i> Support</h6>
<div class="icon">
<i class="fa-brands fa-discord"></i>
<i class="fa-brands fa-youtube"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-tiktok"></i>
</div>
<h6 class="login">Login</h6></span>
</div>
<div class="ham"><i class="fa-solid fa-bars"></i></div>
</div>
<div class="second-nav">
<div class="buy-now">
<div class="leftbuy">
<h4>Media ></h4>
<h4>FAQ ></h4>
<h4>Community ></h4>
</div>
<div class="rightbuy">
<h4>Stay Connected ></h4>
<h4>Buy Now ></h4>
</div>
</div>
<div class="pole">
<img src="./decorations/bar-left.png" class="leftbar">
<img src="./decorations/bar-right.png" alt="" class="rightbar">
</div>
<div class="decor">
<img src="./decorations/corner-left.webp" class="left">
<img src="./decorations/corner-right.webp" class="right">
</div>
<img src="./assets/accolades-right.webp" alt="" class="accolades-right">
<img src="./assets/accolades-left.webp" alt="" class="accolades-left">
<img src="./assets/live-the-unwritten.webp" alt="" class="quote">
<img src="./assets/hero-logo.webp" class="logo">
</div>
<video autoplay muted loop play-inline class="genshinvideo">
<source src="./backgrounds/hogwarts-legacy-harry-potter-desktop-wallpaperwaifu.com.mp4" type="video/mp4">
</video>
<div class="purchase">
<h4>OUT NOW ON PLAYSTATION , XBOX & PC</h4>
<img src="./decorations/rule-a.png" alt="" class="rule">
<h3>PRE -ORDER NOW</h3>
<h3 class="nintendo">FOR NINTENDO SWITCH</h3>
<h4></h4>
<h4></h4>
</div>
</div>
</body>
<script src="https://kit.fontawesome.com/b4a10e6e96.js" crossorigin="anonymous"></script>
</html>