mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
11 lines
339 B
HTML
11 lines
339 B
HTML
<!DOCTYPE html>
|
|
<a href="https://play.jsgo.io/b4704417f6462d4d2724cfd5c3da744b4b17f4af" id="redirect">Playground</a>
|
|
<script>
|
|
window.onload = () => {
|
|
let meta = document.createElement('meta');
|
|
meta.content = '0;' + document.getElementById('redirect').href;
|
|
meta.httpEquiv = 'refresh';
|
|
document.head.appendChild(meta);
|
|
};
|
|
</script>
|