diff options
Diffstat (limited to 'src_web/static')
| -rw-r--r-- | src_web/static/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src_web/static/index.html b/src_web/static/index.html new file mode 100644 index 0000000..b738fb0 --- /dev/null +++ b/src_web/static/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8"> + <title>Hatter</title> + <script src="main.js"></script> +</head> +<body> +</body> +</html> |
