-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 3.18 KB
/
Copy pathindex.html
File metadata and controls
58 lines (56 loc) · 3.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An optimized tool for tracking various Pixel lands and discovering lands of interest related to resources, industries, planting spaces, caves, chicken coops, windmills, and more.">
<meta name="keywords" content="Pixels Tracker, Land tracker, Pixels Lands Tracker, Ver lands pixels, Watch pixels Lands, pixels">
<meta name="author" content="REFH4CK">
<link rel="stylesheet" href="./main.css">
<link rel="shortcut icon" href="images/satellite.png" type="image/x-icon">
<title>Pixels - Land Tracker</title>
</head>
<body>
<header class="header">
<div class="header__logo">
<img src="images/satellite.png" alt="Satellite image" class="header__logo_img">
<h1 class="header__logo_pageName" translate="no">Land Tracker</h1>
</div>
<nav class="header__navbar">
<ul class="header__navbar_list">
<li class="header__navbar_list__option">
<a href="#" class="location">Home</a>
</li>
<li class="header__navbar_list__option">
<a href="https://pixels-missions.vercel.app/" target="_blank" rel="noreferrer">Pixels Missions</a>
</li>
<li class="header__navbar_list__option">
<a href="mailto:refh4ck.dev@gmail.com">Contact</a>
</li>
</ul>
</nav>
</header>
<main class="container">
<section class="container__toolDescription">
<h2 class="container__toolDescription_title">What is Land Tracker?</h2>
<p class="container__toolDescription_description">Land Tracker is a free tool that enables Pixel players to track their preferred lands, choices, and view their status in real-time regarding the usage of windmills, furnaces, carpentry tables, grills, trees, and more. This tool is updated to prevent overload when receiving large numbers of user requests to view the lands, as it features a cooldown mechanism that maintains stability between requests and servers.</p>
<button type="button" class="btn">Get Started</button>
</section>
<section class="img_container">
<img src="images/floating-island-906162.gif" alt="Pixels Land image" class="container__landImage">
</section>
</main>
<footer class="footer">
<p class="footer__rights">
All development rights reserved © Made with ❤️ by <a href="https://github.com/REFH4CK" target="_blank" class="footer__rights_social">REFH4CK</a> & <a href="https://github.com/noveira" target="_blank" class="footer__rights_social">NOVEIRA</a>
</p>
<span class="separator">|</span>
<div class="footer__socials">
<span class="ad">Copied!</span>
<img src="images/ronin-wallet-icon.png" alt="" class="footer__socials_icon" id="ronin">
<p class="footer__socials_roninDir">0xd70e7713a2b21fbb525e2674aebfa7087a5d2d50</p>
</div>
</footer>
<script src="./app.js" type="module"></script>
</body>
</html>