Skip to content

Commit b212af7

Browse files
authored
Update index.html
1 parent f8a7b18 commit b212af7

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

Releases/index.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,24 @@ <h1>Releases</h1>
9797
</nav>
9898
</header>
9999
<main>
100-
<section id="v1.0">
101-
<h2>v1.0</h2>
102-
<p>Details about version 1.0</p>
103-
</section>
104-
<section id="v1.1">
105-
<h2>v1.1</h2>
106-
<p>Details about version 1.1</p>
107-
</section id="v1.2">
108-
<section>
109-
<h2>v1.2</h2>
110-
<p>Details about version 1.2</p>
111-
</section>
100+
<a name="v1.0">
101+
<section>
102+
<h2>v1.0</h2>
103+
<p>Details about version 1.0</p>
104+
</section>
105+
</a>
106+
<a name="v1.1">
107+
<section>
108+
<h2>v1.1</h2>
109+
<p>Details about version 1.1</p>
110+
</section>
111+
</a>
112+
<a name="v1.2">
113+
<section>
114+
<h2>v1.2</h2>
115+
<p>Details about version 1.2</p>
116+
</section>
117+
</a>
112118
</main>
113119
<footer>
114120
<p>&copy; 2025 Java Game Application. All rights reserved.</p>

0 commit comments

Comments
 (0)