diff --git a/site/profile/templates/index.html.epp b/site/profile/templates/index.html.epp index f3b62c4..91b039d 100644 --- a/site/profile/templates/index.html.epp +++ b/site/profile/templates/index.html.epp @@ -2,7 +2,7 @@ <html> <head> - <title>Sample Website</title> + <title>Hello World!</title> <link rel="stylesheet" type="text/css" href="css/main.css"> <link rel="icon" type="image/x-icon" href="img/favicon.ico"> </head>