Skip to content

Commit 4e76b30

Browse files
committed
- add grammar checker to index and sidebar
1 parent 4ea7f90 commit 4e76b30

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,13 @@ <h2>Online Music Player</h2>
15401540
<p>A feature-rich online music player with playlist support, visualizer, and more.</p>
15411541
</a>
15421542
</div>
1543+
<div class="game-card">
1544+
<a href="tools/grammar_check.html">
1545+
<img src="screenshots/screenshot_150.png" alt="AI Grammar Checker" loading="lazy">
1546+
<h2>AI Grammar Checker</h2>
1547+
<p>AI-powered grammar checker that suggests corrections, keeps track of changes, and provides detailed explanations for each detected error in your text.</p>
1548+
</a>
1549+
</div>
15431550
<!-- end -->
15441551
</div>
15451552
<div class="footer">

screenshots/screenshot_150.png

13.8 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ <h2>Tools by ChatGPT</h2>
236236
<li><a href="/tools/fractal_viewer.html">Fractal Viewer</a></li>
237237
<li><a href="/tools/online_music_player.html">Online Music Player</a></li>
238238
<li><a href="/games/living_rps.html">Living RPS</a></li>
239+
<li><a href="/tools/grammar_check.html">AI Grammar Checker</a></li>
239240
<!-- end -->
240241
</ul>
241242
</div>

0 commit comments

Comments
 (0)