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