diff options
author | Christian Pointner <equinox@spreadspace.org> | 2019-02-13 18:10:54 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2019-02-13 18:10:54 +0100 |
commit | 6fc90db16480abee1b6aa3ee4352793054f99714 (patch) | |
tree | 5f43b8018e33457b1f556097c16704930d12255c /cmd/dolmetschctld/web-static/index.html | |
parent | added web handler for language (diff) |
added basic web socket interface
Diffstat (limited to 'cmd/dolmetschctld/web-static/index.html')
-rw-r--r-- | cmd/dolmetschctld/web-static/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/dolmetschctld/web-static/index.html b/cmd/dolmetschctld/web-static/index.html new file mode 100644 index 0000000..e866853 --- /dev/null +++ b/cmd/dolmetschctld/web-static/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>dolmetschctl web interface</title> + </head> + <body> + <h1>Hello world</h1> + </body> +</html> |