diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000000000000000000000000000000000000..e3e5b9bf1c6de9da0c77e219dd89354bb356525c --- /dev/null +++ b/public/index.html @@ -0,0 +1,11 @@ + +<!doctype html> +<html lang=en> +<head> +<meta charset=utf-8> +<title>test</title> +</head> +<body> +<p>I'm the content</p> +</body> +</html> \ No newline at end of file