File: frontend.html

package info (click to toggle)
python-autobahn 24.4.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,456 kB
  • sloc: python: 38,611; javascript: 2,705; makefile: 904; ansic: 373; sh: 64
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
   <body>
      <h1>RPC Decorators Frontend</h1>
      <p>Open JavaScript console to watch output.</p>
      <script src="/autobahn.min.js"></script>
      <script src="frontend.js"></script>
   </body>
</html>