Sign in
dart
/
sse
/
refs/heads/master
/
.
/
test
/
web
/
index.html
blob: be26763117cf9741dc44b49a9e5c5f439e45ea11 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<title>
SSE Broadcast Channel Test
</title>
</head>
<body>
<button
type
=
"button"
>
Close Sink
</button>
<script
type
=
"application/javascript"
src
=
"index.dart.js"
></script>
</body>
</html>