Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CusMeDroid authored Jun 6, 2023
1 parent 7104a11 commit 75c4224
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DIB Game</title>
<link rel="apple-touch-icon" href="assets/icon/ic_launcher_round.png">
<link rel="apple-touch-icon" href="https://cusmedroid.github.io/dibgame/assets/icon/ic_launcher_round.png">
<meta name="description" content="DIB Game is a Door in Back Game, this is a back door that makes it easy for you to find a collection of games in one application. they are only search results that have been selected and added to the list to be displayed to those of you who like to play games. It means this game is a recommendation from us. It's free and there are no purchases or payments to play the game and no monthly subscription.">
<meta name="keywords" content="cusmedroid, iyortml, learn php with cusmedroid, learn php with iyortml, cusmedroid android, cusmedroid developer, developer indonesia, made in indonesia, website, php, html, css, js, xml, java, api, apikey, mysqli, phpmyadmin, android studio, android-studio, barcode, livemakingbarcode, live making barcode, live making barcode cusmedroid, dibgame, DIBGame, DIB Game, dib game, Dib Game, Dib game">
<meta name="author" content="CusMeDroid">
<meta property="og:description" content="DIB Game is a Door in Back Game, this is a back door that makes it easy for you to find a collection of games in one application. they are only search results that have been selected and added to the list to be displayed to those of you who like to play games. It means this game is a recommendation from us. It's free and there are no purchases or payments to play the game and no monthly subscription.">
<meta property="og:image" content="assets/icon/ic_launcher_round.png">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image" content="https://cusmedroid.github.io/dibgame/assets/icon/ic_launcher_round.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" type="text/css" href="https://cusmedroid.github.io/dibgame/assets/css/style.css">
<!-- Include link icon fontawesome -->
<link rel='stylesheet' href='https://cusmedroid.github.io/fontawesome-4/css/font-awesome.min.css'>
<!-- Include link jQuery 3.6.0 -->
Expand Down Expand Up @@ -62,22 +62,7 @@ <h2>Contact</h2>
</div>
</footer>

<script type="text/javascript">
setInterval(function(){
$.getJSON("index.json", function(data){
var room_data = '';
$("#data_game").empty();
$.each(data.game, function(id, value){
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="https://play.google.com/store/apps/details?id=cusmedroid.github.io.dibgame">Play</a></td>';
room_data += '</tr>';
});
$('#data_game').append(room_data);
});
}, 1000);
</script>
<script type="text/javascript" src="https://cusmedroid.github.io/dibgame/assets/js/CusMeDroid06062023.js"></script>
<script type="text/javascript" src="https://cusmedroid.github.io/js/disclaimer.js"></script>
</body>
</html>

0 comments on commit 75c4224

Please sign in to comment.