mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
11 lines
355 B
HTML
11 lines
355 B
HTML
|
<!DOCTYPE html>
|
||
|
<a href="https://jsgo.io/dave/jsgo/playground#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>
|