diff options
| author | Alee14 <alee14498@gmail.com> | 2017-03-31 15:31:16 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-03-31 15:31:16 -0400 |
| commit | aca737cab4e3b0630a399d9b0ae200e7332b2e51 (patch) | |
| tree | 95a47640b4f051e24f37259dc7d51712fb3792ab | |
| parent | d4638fc18f1fa37588658acca1a621ebfcd8f86f (diff) | |
| download | aleecorp-website-aca737cab4e3b0630a399d9b0ae200e7332b2e51.tar.gz aleecorp-website-aca737cab4e3b0630a399d9b0ae200e7332b2e51.tar.bz2 aleecorp-website-aca737cab4e3b0630a399d9b0ae200e7332b2e51.zip | |
Updated 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 |
