diff options
Diffstat (limited to 'app/php/pages/Home.page')
-rw-r--r-- | app/php/pages/Home.page | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/app/php/pages/Home.page b/app/php/pages/Home.page index 368b3e7..c247eb7 100644 --- a/app/php/pages/Home.page +++ b/app/php/pages/Home.page @@ -1,8 +1,3 @@ -<html> -<head> - <title>Welcome to PRADO</title> -</head> -<body> -<h1>Welcome to PRADO!</h1> -</body> -</html>
\ No newline at end of file +<com:TContent ID="Content"> + <h1>Welcome to PRADO!</h1> +</com:TContent> |