-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.57 KB
/
index.html
File metadata and controls
40 lines (34 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Following my journey to the 2026 Pokemon World Championships with my Lucario and Whimsicott core.">
<title>My Pokemon Journey</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div id="main-header">
<h1>Road to Pokemon Champions 2026</h1>
</div>
<div class="content-section">
<h2>My Competitive Core</h2>
<p>I am building my team around the <strong>Lucario</strong> and <strong>Whimsicott</strong> duo.</p>
<div class="image-gallery">
<img src="luc.png" alt="Lucario" width="300">
<img src="whims.jpg" alt="Whimsicott" width="300">
</div>
<p class="highlight-text">This strategy uses Whimsicott's and Mega Lucario-Z</p>
</div>
<div class="content-section">
<h2>Competitive Training Tools</h2>
<p>Building a top-tier team for the 2026 Season requires the right data.</p>
<ul class="tool-list">
<li><a href="https://play.pokemonshowdown.com">Pokemon Showdown</a> - Battle Simulator</li>
<li><a href="https://www.vgcguide.com">VGC Guide</a> - Learn the Fundamentals</li>
<li><a href="https://munchstats.com">Munchstats</a> - Usage Statistics</li>
<li><a href="https://labmaus.net">Labmaus</a> - Tournament Results</li>
</ul>
<p>Special thanks to <a id="featured-link" href="https://victoryroad.pro">Victory Road</a> for the rental teams!</p>
</div>
</body>
</html>