1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:34:41 -05:00

SKULL EMOJIII

This commit is contained in:
Ashley 2023-12-01 13:56:31 +00:00
parent 2a2ec88dd8
commit 0d40e879cc

View file

@ -1813,7 +1813,7 @@ window.addEventListener("unload", cleanup)
var script = document.createElement('script');
script.src = '/static/app.bundle.js?ver=<%-btoa("1f739d93") %>&bundledat=<%- Date.now() %>';
document.head.appendChild(script);
twemoji.parse(document.body,{ base: 'https://cdn.zptr.cc/twemoji/' })</
twemoji.parse(document.body,{ base: 'https://cdn.zptr.cc/twemoji/' })
});
</script>