mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
16 lines
405 B
HTML
16 lines
405 B
HTML
<!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()">
|
|
</body>
|
|
</html>
|