mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
bookmarklets fix + first 2 rows of games
This commit is contained in:
parent
d8bb5d8c09
commit
8ec69645f0
97
games.json
97
games.json
@ -1,37 +1,62 @@
|
||||
[
|
||||
{
|
||||
"name": "this is a new name AAAAAAAAAA",
|
||||
"directory": "adofai",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "Online Minecraft",
|
||||
"directory": "resent-client",
|
||||
"image": "logo.png"
|
||||
},
|
||||
{
|
||||
"name": "lorem ipsum",
|
||||
"directory": "vex2",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "unique name",
|
||||
"directory": "vex2",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "new name",
|
||||
"directory": "vex2",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "name 38",
|
||||
"directory": "vex",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "amshduijasdhuihasd",
|
||||
"directory": "vex",
|
||||
"image": "icon.png"
|
||||
}
|
||||
]
|
||||
{
|
||||
"name": "ADOFAI",
|
||||
"directory": "adofai",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "Online Minecraft",
|
||||
"directory": "resent-client",
|
||||
"image": "logo.png"
|
||||
},
|
||||
{
|
||||
"name": "Offline Minecraft",
|
||||
"directory": "offline-mc",
|
||||
"image": "logo.png"
|
||||
},
|
||||
{
|
||||
"name": "Friday Night Funkin",
|
||||
"directory": "fridaynightfunkin",
|
||||
"image": "fnf-icon.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Worlds Hardest Game",
|
||||
"directory": "hardestgame",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "GBA Emulator",
|
||||
"directory": "gba",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "Celeste",
|
||||
"directory": "celeste",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "Mario",
|
||||
"directory": "mario",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "60s Burger Run",
|
||||
"directory": "60sburgerrun",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "Cluster Rush",
|
||||
"directory": "cluster-rush",
|
||||
"image": "icon.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Vex 3",
|
||||
"directory": "vex3",
|
||||
"image": "icon.png"
|
||||
},
|
||||
{
|
||||
"name": "Adventure Capitalist",
|
||||
"directory": "adventure-capitalist",
|
||||
"image": "icon.png"
|
||||
}
|
||||
]
|
@ -11,7 +11,7 @@
|
||||
|
||||
gtag('config', 'G-XVTVBR1D5V');
|
||||
</script>
|
||||
<!-- <a href="/dir/index.html"><div class="game"><img src="/dir/image" alt="Game Name Logo"><h1>Game Name</h1></div></a> -->
|
||||
<!-- https://codeshack.io/json-sorter/ key value -->
|
||||
|
||||
<style>@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');</style>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
@ -42,9 +42,6 @@
|
||||
<br>
|
||||
<input type="text" id="gamesearch" placeholder="Type here to search.."> <br>
|
||||
<br>
|
||||
<div class="popup" onclick="myFunction()">
|
||||
<span class="popuptext" id="myPopup">Upload successful!</span>
|
||||
</div>
|
||||
|
||||
<div id="games"></div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user