diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000000000000000000000000000000000000..26748751576c57405cf8388540b8c4c1736078c1 --- /dev/null +++ b/public/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>Test 2</title> + </head> + <body> + <p>This is Sparta!</p> + </body> +</html>