rrevo's picture
test
319ab81
raw
history blame
257 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Display</title>
</head>
<body>
<h1>
Display text
</h1>
<script>
window.onload = () => {
const eventSource = new EventSource('/stream');
}
</script>
</body>
</html>