UNPKG
demos
Version:
latest (1.0.0)
1.0.0
demos
/
Demo
/
Day2
/
3-net
/
chat.html
8 lines
•
151 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
html
>
<
body
>
<
form
action
=
"http://localhost:5000"
method
=
"post"
>
<
input
type
=
text
>
<
br
>
<
input
type
=
submit
value
=
"Send"
>
</
form
>
</
body
>
</
html
>