diff --git a/img/favicon.120x120.png b/img/favicon.120x120.png new file mode 100644 index 0000000..c8b736f Binary files /dev/null and b/img/favicon.120x120.png differ diff --git a/img/favicon.16x16.png b/img/favicon.16x16.png new file mode 100644 index 0000000..b1332d4 Binary files /dev/null and b/img/favicon.16x16.png differ diff --git a/img/favicon.32x32.png b/img/favicon.32x32.png new file mode 100644 index 0000000..ed5c4f9 Binary files /dev/null and b/img/favicon.32x32.png differ diff --git a/img/favicon.76x76.png b/img/favicon.76x76.png new file mode 100644 index 0000000..e785091 Binary files /dev/null and b/img/favicon.76x76.png differ diff --git a/img/favicon.96x96.png b/img/favicon.96x96.png new file mode 100644 index 0000000..6638abe Binary files /dev/null and b/img/favicon.96x96.png differ diff --git a/index.html b/index.html index 92c67a1..5dc560c 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,42 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + - Ryujinx Ldn + Ryujinx - Local Wireless
-
-
+
+

Who is online ?

@@ -33,7 +58,7 @@
-
+
diff --git a/main.js b/main.js index 3babb85..fbcf907 100644 --- a/main.js +++ b/main.js @@ -16,7 +16,7 @@ $(document).ready(function() { $.getJSON("/api/public_games", function(data) { $.each(data, function() { - $(".games-table").append(' ' + this.game_name + '
(' + this.title_id + ')' + this.player_count + '/' + this.max_player_count + '
' + encode(this.players.join(', ')) + ' ' + this.mode + ' (' + this.status + ')'); + $(".games-table").append(' ' + this.game_name + '
(' + this.title_id + ')' + this.player_count + '/' + this.max_player_count + '
' + encode(this.players.join(', ')) + ' ' + this.mode + ' (' + this.status + ')'); }); }); }); \ No newline at end of file