11 lines
152 B
HTML
11 lines
152 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body></body>
|
||
|
<script>
|
||
|
//we's bad! no WinChan here!
|
||
|
setTimeout(function() {
|
||
|
window.close();
|
||
|
}, 100);
|
||
|
</script>
|
||
|
</html>
|