Skip to content

Commit 06e7cec

Browse files
jacopofarmiguelgrinberg
authored andcommitted
aiohttp instead of flask in example HTML (#91)
* aiohttp instead of flask in example HTML * page title is now python-socketio
1 parent ef7088d commit 06e7cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/aiohttp/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html>
33
<head>
4-
<title>Flask-SocketIO Test</title>
4+
<title>python-socketio test</title>
55
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.4.min.js"></script>
66
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.4/socket.io.slim.js"></script>
77
<script type="text/javascript" charset="utf-8">
@@ -55,7 +55,7 @@
5555
</script>
5656
</head>
5757
<body>
58-
<h1>Flask-SocketIO Test</h1>
58+
<h1>python-socketio test</h1>
5959
<h2>Send:</h2>
6060
<form id="emit" method="POST" action='#'>
6161
<input type="text" name="emit_data" id="emit_data" placeholder="Message">

0 commit comments

Comments
 (0)