Sign in
dart
/
tools.git
/
eecbabd4
/
.
/
pkgs
/
stream_transform
/
example
/
index.html
blob: aecdc0957eeacd99e6b5e0db925f98b48de4ba4f [
file
] [
log
] [
blame
]
<html>
<head>
<script
defer
src
=
"main.dart.js"
type
=
"application/javascript"
></script>
</head>
<body>
<input
id
=
"first_input"
><br>
<input
id
=
"second_input"
><br>
<p
id
=
"output"
>
</p>
</body>
</html>