diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-02 15:35:14 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-02 15:35:14 -0400 |
| commit | cc2c3863b0a3ec26e6610163c00b5f8f6aedc716 (patch) | |
| tree | 372b990c1e9e40475be08a554768acece5fd5430 /views/index.ejs | |
| parent | f7c360592b6c2ef24b033280aa977a894349476a (diff) | |
| download | alp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.tar.gz alp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.tar.bz2 alp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.zip | |
About page, updated 404 and changed style
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/views/index.ejs b/views/index.ejs index 80605ce..55bfaed 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -1,12 +1,21 @@ <!DOCTYPE html> -<html lang="en"> +<html> + <head> <% include ./includes/header %> <title><%= title %></title> </head> + <body> <% include ./includes/navbar %> - <h1>This page is under construction</h1> + <div class="jumbotron special-color"> + <h2 class="display-4">Hello! Welcome to Alee Productions.</h2> + <p class="lead">We are a very small produtions company.</p> + <hr class="my-4"> + <p>If you want to know more about us click the button down below.</p> + <a class="btn btn-green btn-lg" href="/about" role="button">Learn more</a> + </div> <% include ./includes/footer %> </body> + </html>
\ No newline at end of file |
