-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcrew-pack.html
More file actions
53 lines (43 loc) · 1.95 KB
/
crew-pack.html
File metadata and controls
53 lines (43 loc) · 1.95 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
<!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">
<meta name="keywords" content="fortnite crew, fortnite crew pack, fortnite monthly crew">
<meta name="description" content="See all the details about Fortnite's monthly Crew Pack.">
<meta name="author" content="tposejank">
<title>Fortnite Crew - FNLookup</title>
<link rel="icon" href="/assets/icons/logo.png">
<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=Poppins:ital,wght@0,400;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<script src="js/backend.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<script src="js/crew-pack.js" type="text/javascript"></script>
</head>
<body>
<div class="nav-container">
</div>
<script>
initializeNav()
</script>
<div class="content" fullpage="true">
<div class="crew-content hidden-media">
<img alt="Image" class="crew-pack-img" id="crew-pack-image">
<div class="crew-pack-inner">
<div class="crew-pack-item-scrollbar" id="crew-pack-items"></div>
<div class="crew-pack-item-details" id="pack-item-details">
</div>
</div>
</div>
<h1 id="crew-pack-price">EUR: € 11.99 - USD: $ 11.99 - GBP: £ 9.99 - CAD: $ 15.99 - RUB: ₽ 749 - DKK: kr 73 - JPY: ¥ 1320 - SEK: kr 113.79 - BRL: R$ 38 - NOK: kr 119 - SAR: SAR 45 - AUD: $ 17.55 - AED: AED 45 - TRY: ₺ 79 - QAR: QAR 44</h1>
<div class="crew-pack-items-mobile" id="items-mobile">
</div>
<script>
getcpackdata()
</script>
</div>
</body>
</html>