diff options
| author | Alee <alee14498@gmail.com> | 2018-04-06 18:36:13 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-06 18:36:13 -0400 |
| commit | 4b359a2ace57f16b3c08991e06d7427f9d969936 (patch) | |
| tree | b47fad73227f78f89abd4c7fe347cfa9ae6c17be /index.html | |
| parent | 4d75bac80d498c39fef379ce9c5e413ecc793ad5 (diff) | |
| download | Avalon-4b359a2ace57f16b3c08991e06d7427f9d969936.tar.gz Avalon-4b359a2ace57f16b3c08991e06d7427f9d969936.tar.bz2 Avalon-4b359a2ace57f16b3c08991e06d7427f9d969936.zip | |
Added the files
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..edd996f --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="stylesheet" href="./assets/css/styles.css"> + </head> + <body> + <div class="container"> + <h1>Welcome to Project Avalon!</h1> + <p>This is a working progress website</p> + </div> + </body> +</html>
\ No newline at end of file |
