diff options
Diffstat (limited to 'tpls')
-rw-r--r-- | tpls/chat.html | 9 | ||||
-rw-r--r-- | tpls/home.html | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/tpls/chat.html b/tpls/chat.html new file mode 100644 index 0000000..c107b49 --- /dev/null +++ b/tpls/chat.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title></title> +</head> +<body> +{{ .Websock }} +</body> +</html>
\ No newline at end of file diff --git a/tpls/home.html b/tpls/home.html new file mode 100644 index 0000000..c559109 --- /dev/null +++ b/tpls/home.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title></title> +</head> +<body> +Test +</body> +</html>
\ No newline at end of file |