diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-13 16:00:49 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-13 16:00:49 -0400 |
| commit | 28d318a54ba77dc381ba0c92f9adc7b29e0abac3 (patch) | |
| tree | 06e24bbfd613c5f2c073c89bf1081e491c8d3508 /views/404.ejs | |
| parent | 7520d898e7838efd806d04da2258483775edc729 (diff) | |
| download | alp-website-28d318a54ba77dc381ba0c92f9adc7b29e0abac3.tar.gz alp-website-28d318a54ba77dc381ba0c92f9adc7b29e0abac3.tar.bz2 alp-website-28d318a54ba77dc381ba0c92f9adc7b29e0abac3.zip | |
Big changes
Diffstat (limited to 'views/404.ejs')
| -rw-r--r-- | views/404.ejs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/404.ejs b/views/404.ejs index 6265009..43c308d 100644 --- a/views/404.ejs +++ b/views/404.ejs @@ -1,4 +1,5 @@ <!DOCTYPE html> +<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 --> <html> <head> <% include ./includes/header %> @@ -10,6 +11,6 @@ <h2>Oops, seems like that page isn't found!</h2> <h3>Return to <a href="/">homepage</a>?</h3> </center> - <% include ./includes/footer %> + <% include ./includes/scripts %> </body> </html>
\ No newline at end of file |
