diff options
Diffstat (limited to 'views/about.ejs')
| -rw-r--r-- | views/about.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/about.ejs b/views/about.ejs index b1f863e..6fee2c4 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -50,9 +50,11 @@ </p> </div> </div> + <div id="credits"> <h1>Credits</h1> <p>Website is powered by Express.JS, EJS and Material Design Bootstrap.</p> <p>This project is open source meaning that you can help <a href="https://github.com/aleeproductions/website">contribute</a> to this website.</p> + </div> </div> <% include ./includes/scripts %> <% include ./includes/footer %> |
