We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7088d commit 06e7cecCopy full SHA for 06e7cec
examples/aiohttp/app.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE HTML>
2
<html>
3
<head>
4
- <title>Flask-SocketIO Test</title>
+ <title>python-socketio test</title>
5
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.4.min.js"></script>
6
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.4/socket.io.slim.js"></script>
7
<script type="text/javascript" charset="utf-8">
@@ -55,7 +55,7 @@
55
</script>
56
</head>
57
<body>
58
- <h1>Flask-SocketIO Test</h1>
+ <h1>python-socketio test</h1>
59
<h2>Send:</h2>
60
<form id="emit" method="POST" action='#'>
61
<input type="text" name="emit_data" id="emit_data" placeholder="Message">
0 commit comments