This commit is contained in:
derv 2024-01-02 18:16:12 -05:00
parent 020e3ca909
commit cc74334fa8
3 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<body>
<div class="content">
<h1>Frictionless - Platformer Remix Train <a href="https://git.qazox.dev/derv/frictionless">[GitHub]</a></h1>
<h1>Frictionless - Platformer Remix Train <a href="https://git.qazox.dev/derv/frictionless">[Git]</a></h1>
<pre>Only projects directly or indirectly remixed from @--Eternity--'s Frictionless - Platformer
Remixes: 3

View file

@ -43,7 +43,7 @@ setInterval(function() {
let h = '';
for (let j = 0; j < 35; j++) {
let entry = entries[i];
h += `<div class='proj'><a href="https://scratch.mit.edu/projects/${entry}"><img src='https://uploads.scratch.mit.edu/get_image/project/${entry}_1920x1080.png'>${fetchData[entry].title}</a></div>`;
h += `<div class='proj'><a href="https://scratch.mit.edu/projects/${entry}"><img src='https://uploads.scratch.mit.edu/get_image/project/${entry}_1920x1080.png'>${sanitize(fetchData[entry].title)} [${entries.length - i }]</a></div>`;
i++;
}
area.innerHTML += h;

1
scratch.mit.edu Normal file

File diff suppressed because one or more lines are too long