13 lines
298 B
HTML
13 lines
298 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>SSSE example</title>
|
|
</head>
|
|
<body>
|
|
<input name="message" type="text"></input>
|
|
<button id="send">Send</button>
|
|
<ul></ul>
|
|
<script type="text/javascript" src="{{ url_for('static', filename='broadcast.js') }}"></script>
|
|
</body>
|
|
</html>
|