Skip to content

Commit 7212f22

Browse files
authored
Update index.html
1 parent 5bc2001 commit 7212f22

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</head>
123123
<body>
124124
<header>
125-
<h1>Java Game Application</h1>
125+
<h1>JavaGameStuff</h1>
126126
<nav>
127127
<ul>
128128
<li><a href="#home">Home</a></li>
@@ -134,27 +134,27 @@ <h1>Java Game Application</h1>
134134
</header>
135135
<main>
136136
<section id="home">
137-
<h2>Welcome to Java Game Application</h2>
138-
<p>Explore our exciting Java games and more!</p>
137+
<h2>Welcome to JavaGameStuff Website</h2>
138+
<p>Explore our games made with java!</p>
139139
<a href="https://github.com/CodePearly/JavaGameStuff/releases/download/v1.6/Installer.jar" target="_blank" class="download-link">Download Latest Release</a>
140140
</section>
141141
</main>
142142
<section id="about">
143143
<h2>About</h2>
144-
<p>Information about the Java game application.</p>
144+
<p>This is Information about the JavaGameStuff application.</p>
145145
</section>
146146
<section id="releases">
147147
<h2>Releases</h2>
148148
<p>Check out the latest updates and features below:</p>
149149
<ul>
150-
<li>Version 1.0.0 - Initial release with basic game functionalities.</li>
151-
<li>Version 1.1.0 - Added new levels and improved graphics.</li>
152-
<li>Version 1.2.0 - Introduced multiplayer mode and chat feature.</li>
150+
<li>Version 1.0 - Initial release with basic game functionalities.</li>
151+
<li>Version 1.1 - Added new levels and improved graphics.</li>
152+
<li>Version 1.2 - Introduced multiplayer mode and chat feature.</li>
153153
</ul>
154154
<a href="Releases/" class="download-link">View more</a>
155155
</section>
156156
<footer>
157-
<p>&copy; 2025 Java Game Application. All rights reserved.</p>
157+
<p>2025 <a href="https://github.com/CodePearly/JavaGameStuff/">JavaGameStuff</a>a. Made by <a href="https://github.com/CodePearly/">CodePearly</a>.</p>
158158
</footer>
159159
<script>
160160
document.addEventListener('DOMContentLoaded', () => {

0 commit comments

Comments
 (0)