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/blog.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/blog.ejs')
| -rw-r--r-- | views/blog.ejs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/blog.ejs b/views/blog.ejs index ee21e43..4572c3e 100644 --- a/views/blog.ejs +++ b/views/blog.ejs @@ -1,4 +1,5 @@ <!DOCTYPE html> +<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 --> <html> <head> @@ -12,8 +13,8 @@ <p class="lead">Where we post updates on products, this website and etc.</p> </div> <center><h1>Notice: We are currently working on this page</h1></center> - -<% include ./includes/footer %> + <% include ./includes/scripts %> + <% include ./includes/footer %> </body> </html>
\ No newline at end of file |
