ebiten/docs/playground.html

11 lines
339 B
HTML
Raw Normal View History

<!DOCTYPE html>
2018-03-26 16:11:23 +02:00
<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>