2024 update

This commit is contained in:
biglyderv 2024-09-30 07:42:50 -04:00
parent 7f52962292
commit 9d34b70d81
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954

View file

@ -51,7 +51,7 @@
<td <td
><a ><a
data-sveltekit-reload data-sveltekit-reload
href="https://turbowarp.org/editor?project_url=https://files.tdgmdev.net/api/file/{content.dir}" href="https://turbowarp.org/editor?project_url=https://filem.zenoverse.net/api/file/{content.dir}"
download={content.name}>TurboWarp</a download={content.name}>TurboWarp</a
></td ></td
> >
@ -68,7 +68,7 @@
</tr> </tr>
{#if extension == "sb3" || extension == "sjson"} {#if extension == "sb3" || extension == "sjson"}
<iframe <iframe
src="https://turbowarp.org/embed?project_url=https://files.tdgmdev.net{currPath}" src="https://turbowarp.org/embed?project_url=https://filem.zenoverse.net{currPath}"
class="turbowarp" class="turbowarp"
width="800px" width="800px"
height="600px" height="600px"