diff options
Diffstat (limited to '')
-rw-r--r-- | client/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html new file mode 100644 index 0000000..8ac103a --- /dev/null +++ b/client/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE HTML> +<html> +<head> + <meta charset="UTF-8"> + <title>Client</title> +</head> + <body> + </body> +</html> |