deb-python-autobahn/examples/twisted/wamp/pubsub/basic/frontend.html

10 lines
232 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>PubSub Basic Frontend</h1>
<p>Open JavaScript console to watch output.</p>
<script src="/autobahn.min.js"></script>
<script src="frontend.js"></script>
</body>
</html>