| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| <title>broadway 2.0</title> | |
| <style type="text/css"> | |
| body { overflow: hidden; } | |
| </style> | |
| <script type="text/javascript" src="broadway.js"></script> | |
| </head> | |
| <body onload="connect()" onclick="if (!document.hasFocus() && window.topElement !== window.self) { window.focus(); }"> | |
| </body> | |
| </html> |