Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CusMeDroid committed Jun 6, 2023
1 parent 21a3fef commit b29d4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>Contact</h2>
room_data += '<tr valign="top">';
room_data += '<td>'+value.game+'</td>';
room_data += '<td><img class="myimg" src="'+value.pic+'"></td>';
room_data += '<td><a class="btn_a" href="'+value.main+'">Play</a></td>';
room_data += '<td><a class="btn_a" href="https://play.google.com/store/apps/details?id=cusmedroid.github.io.dibgame">Play</a></td>';
room_data += '</tr>';
});
$('#data_game').append(room_data);
Expand Down

0 comments on commit b29d4b5

Please sign in to comment.