summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_web_mqtt_examples/priv/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_web_mqtt_examples/priv/index.html')
-rw-r--r--deps/rabbitmq_web_mqtt_examples/priv/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/deps/rabbitmq_web_mqtt_examples/priv/index.html b/deps/rabbitmq_web_mqtt_examples/priv/index.html
new file mode 100644
index 0000000000..4a39f12389
--- /dev/null
+++ b/deps/rabbitmq_web_mqtt_examples/priv/index.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>RabbitMQ Web MQTT Examples</title>
+ <link href="main.css" rel="stylesheet" type="text/css"/>
+ </head>
+ <body>
+ <h1>RabbitMQ Web MQTT Examples</h1>
+ <ul class="menu">
+ <li><a href="echo.html">Simple Echo Server</a></li>
+ <li><a href="bunny.html">Bunny Drawing</a></li>
+ </ul>
+ </body>
+</html>