diff options
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 |
