diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-12 08:49:24 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-12 08:49:24 -0400 |
| commit | ebd225985010f5451821bef6b223d416c8e34d04 (patch) | |
| tree | 595b514326fe7bf398ac132af062e7dd1f2031c4 /views/about.ejs | |
| parent | 6f4b7269c5b8ec843645ceab0156ec225553fdb1 (diff) | |
| download | alp-website-ebd225985010f5451821bef6b223d416c8e34d04.tar.gz alp-website-ebd225985010f5451821bef6b223d416c8e34d04.tar.bz2 alp-website-ebd225985010f5451821bef6b223d416c8e34d04.zip | |
stuff
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 %> |
