Skip to content

Commit ac0d2c3

Browse files
committed
- add online music player
- add new tool to index, sidebar and sitemap
1 parent 679cb8c commit ac0d2c3

File tree

5 files changed

+854
-294
lines changed

5 files changed

+854
-294
lines changed

index.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@ <h2>Newest Additions</h2>
304304
</label>
305305
</div>
306306
<div class="game-list newest">
307+
<div class="game-card">
308+
<a href="tools/online_music_player.html">
309+
<img src="screenshots/screenshot_148.png" alt="Online Music Player" loading="lazy">
310+
<h2>Online Music Player</h2>
311+
</a>
312+
</div>
307313
<div class="game-card">
308314
<a href="tools/fractal_viewer.html">
309315
<img src="screenshots/screenshot_147.png" alt="Fractal Viewer" loading="lazy">
@@ -340,12 +346,6 @@ <h2>SQL Minifier & Formatter</h2>
340346
<h2>PHP Code Minifier</h2>
341347
</a>
342348
</div>
343-
<div class="game-card">
344-
<a href="tools/pomodoro_timer.html">
345-
<img src="screenshots/screenshot_140.png" alt="Pomodoro Timer" loading="lazy">
346-
<h2>Pomodoro Timer</h2>
347-
</a>
348-
</div>
349349
</div>
350350
<div class="header">
351351
<h1>Top Games and Tools</h1>
@@ -1526,6 +1526,13 @@ <h2>Fractal Viewer</h2>
15261526
<p>Explore mesmerizing fractals with our interactive Fractal Viewer. Customize, zoom, and save your unique creations.</p>
15271527
</a>
15281528
</div>
1529+
<div class="game-card">
1530+
<a href="tools/online_music_player.html">
1531+
<img src="screenshots/screenshot_148.png" alt="Online Music Player" loading="lazy">
1532+
<h2>Online Music Player</h2>
1533+
<p>A feature-rich online music player with playlist support, visualizer, and more.</p>
1534+
</a>
1535+
</div>
15291536
<!-- end -->
15301537
</div>
15311538
<div class="footer">

screenshots/screenshot_148.png

16.6 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ <h2>Tools by ChatGPT</h2>
234234
<li><a href="/tools/daily_quote_generator.html">Daily Quote Generator</a></li>
235235
<li><a href="/tools/reading_time_estimator.html">Reading Time Estimator</a></li>
236236
<li><a href="/tools/fractal_viewer.html">Fractal Viewer</a></li>
237+
<li><a href="/tools/online_music_player.html">Online Music Player</a></li>
237238
<!-- end -->
238239
</ul>
239240
</div>

0 commit comments

Comments
 (0)