diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1 +1,8 @@ -Hello World +<html> + <head> + <title>AleeCorp</title> + </head> + <body> + <h1>Hello World!</h1> + </body> +</html>
\ No newline at end of file |
