gtk2/gdk/broadway/client.html

16 lines
498 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2010-11-16 21:56:59 +00:00
<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">
2010-11-16 21:56:59 +00:00
<title>broadway 2.0</title>
<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>
<body onload="connect()" onclick="if (!document.hasFocus() && window.topElement !== window.self) { window.focus(); }">
2010-11-16 21:56:59 +00:00
</body>
</html>