Skip to content

Commit

Permalink
aiohttp instead of flask in example HTML (#91)
Browse files Browse the repository at this point in the history
* aiohttp instead of flask in example HTML

* page title is now python-socketio
  • Loading branch information
jacopofar authored and miguelgrinberg committed Dec 6, 2017
1 parent ef7088d commit 06e7cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/aiohttp/app.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Flask-SocketIO Test</title>
<title>python-socketio test</title>
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.4/socket.io.slim.js"></script>
<script type="text/javascript" charset="utf-8">
Expand Down Expand Up @@ -55,7 +55,7 @@
</script>
</head>
<body>
<h1>Flask-SocketIO Test</h1>
<h1>python-socketio test</h1>
<h2>Send:</h2>
<form id="emit" method="POST" action='#'>
<input type="text" name="emit_data" id="emit_data" placeholder="Message">
Expand Down

0 comments on commit 06e7cec

Please sign in to comment.