summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_web_stomp_examples/priv/index.html
blob: f722addd85216ca6ca70eeddbf6db342b4df9ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>RabbitMQ Web STOMP Examples</title>
    <link href="main.css" rel="stylesheet" type="text/css"/>
  </head>
  <body>
    <h1>RabbitMQ Web STOMP Examples</h1>
    <ul class="menu">
      <li><a href="echo.html">Simple Echo Server</a></li>
      <li><a href="bunny.html">Bunny Drawing</a></li>
      <li><a href="temp-queue.html">Temporary Queue Example</a></li>
    </ul>
  </body>
</html>