mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
$.getJSON("/games.json", function (data) {
|
|
console.log(data);
|
|
}) |