diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000000000000000000000000000000000000..0b7b3b46d0c930916375600d0e6913436cbf9f23 --- /dev/null +++ b/public/index.html @@ -0,0 +1,8 @@ + <html> + <head> + <title>Home</title> + </head> + <body> + <h1>Hello World!</h1> + </body> + </html>