bookmarklets fix + first 2 rows of games

This commit is contained in:
Sky 2023-07-22 23:27:15 -04:00
parent d8bb5d8c09
commit 8ec69645f0
3 changed files with 67 additions and 40 deletions

View File

@ -1,6 +1,6 @@
[ [
{ {
"name": "this is a new name AAAAAAAAAA", "name": "ADOFAI",
"directory": "adofai", "directory": "adofai",
"image": "icon.png" "image": "icon.png"
}, },
@ -10,28 +10,53 @@
"image": "logo.png" "image": "logo.png"
}, },
{ {
"name": "lorem ipsum", "name": "Offline Minecraft",
"directory": "vex2", "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" "image": "icon.png"
}, },
{ {
"name": "unique name", "name": "GBA Emulator",
"directory": "vex2", "directory": "gba",
"image": "icon.png" "image": "icon.png"
}, },
{ {
"name": "new name", "name": "Celeste",
"directory": "vex2", "directory": "celeste",
"image": "icon.png" "image": "icon.png"
}, },
{ {
"name": "name 38", "name": "Mario",
"directory": "vex", "directory": "mario",
"image": "icon.png" "image": "icon.png"
}, },
{ {
"name": "amshduijasdhuihasd", "name": "60s Burger Run",
"directory": "vex", "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" "image": "icon.png"
} }
] ]

View File

@ -11,7 +11,7 @@
gtag('config', 'G-XVTVBR1D5V'); gtag('config', 'G-XVTVBR1D5V');
</script> </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> <style>@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');</style>
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
@ -42,9 +42,6 @@
<br> <br>
<input type="text" id="gamesearch" placeholder="Type here to search.."> <br> <input type="text" id="gamesearch" placeholder="Type here to search.."> <br>
<br> <br>
<div class="popup" onclick="myFunction()">
<span class="popuptext" id="myPopup">Upload successful!</span>
</div>
<div id="games"></div> <div id="games"></div>

View File

@ -147,3 +147,8 @@ li {
padding: 8px; padding: 8px;
top: 10px; top: 10px;
} }
p {
font-size: 20px;
color: #0073e6;
}