2011-04-08 06:56:35 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2010-11-16 21:56:59 +00:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
|
2013-11-12 12:44:27 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
2010-11-16 21:56:59 +00:00
|
|
|
<title>broadway 2.0</title>
|
2013-11-12 12:44:27 +00:00
|
|
|
<style type="text/css">
|
|
|
|
body { overflow: hidden; }
|
|
|
|
</style>
|
2010-11-16 21:56:59 +00:00
|
|
|
<script type="text/javascript" src="broadway.js"></script>
|
|
|
|
</head>
|
|
|
|
|
2010-11-18 21:21:16 +00:00
|
|
|
<body onload="connect()">
|
2010-11-16 21:56:59 +00:00
|
|
|
</body>
|
|
|
|
</html>
|