counter
This commit is contained in:
parent
020e3ca909
commit
cc74334fa8
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
1
scratch.mit.edu
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue