diff --git a/README.md b/README.md index 693a551..75e9542 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ A demo hosting of simpledemo.html can be found [here](http://netspeaker.privacyn the connection is insecure (HTTP only) as many modern browser's policies won't allow "mixed content" javascript requests. As the Netspeaker API is not SSL encrypted, theres no way to fix this issue other than by just serving the page the Javascript runs on only over HTTP. + +This is how it looks like when you typed in the IP address / hostname of your Netspeaker: + +![Demo of simpledemo.html](simpledemo.png) diff --git a/simpledemo.png b/simpledemo.png new file mode 100644 index 0000000..23d947c Binary files /dev/null and b/simpledemo.png differ