Skip to content

Commit e71a132

Browse files
committed
- add classes to make elements uniquely identifiable
1 parent a95cf66 commit e71a132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ <h2>Human Benchmark Tests</h2>
435435
<div class="header">
436436
<h2>List of Games created and improved by ChatGPT</h2>
437437
</div>
438-
<div class="game-list" style="margin-top: 0;">
438+
<div class="game-list games" style="margin-top: 0;">
439439
<div class="game-card">
440440
<a href="games/2048.html">
441441
<img src="screenshots/screenshot_0.png" alt="2048">
@@ -781,7 +781,7 @@ <h2>Living RPS</h2>
781781
<div class="header">
782782
<h2>List of Tools created and improved by ChatGPT</h2>
783783
</div>
784-
<div class="game-list">
784+
<div class="game-list tools">
785785
<div class="game-card">
786786
<a href="tools/1337.html">
787787
<img src="screenshots/screenshot_20.png" alt="Leetspeak converter" loading="lazy">

0 commit comments

Comments
 (0)