diff options
| -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 |
![]() |
index : website/aleecorp-website.git | |
| Unnamed repository; edit this file 'description' to name the repository. | Alee |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | index.html | 9 |
@@ -1 +1,8 @@ -Hello World +<html> + <head> + <title>AleeCorp</title> + </head> + <body> + <h1>Hello World!</h1> + </body> +</html>
\ No newline at end of file |