diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:44:47 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:44:47 -0400 |
| commit | be5c14ffa4b10e1586b68f94669093146df9d452 (patch) | |
| tree | 26e73b126d291e84df7d4289acf65286e0a6a81f /views/includes/footer.ejs | |
| parent | b0411efcf2459566888abf34c7524d67fb3add54 (diff) | |
| download | alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.gz alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.bz2 alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.zip | |
Added transitions, community rules, git projects and etc
Diffstat (limited to 'views/includes/footer.ejs')
| -rw-r--r-- | views/includes/footer.ejs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs index 1e2ad39..4cc1d7d 100644 --- a/views/includes/footer.ejs +++ b/views/includes/footer.ejs @@ -1,3 +1,9 @@ <footer class="page-footer mt-5 font-small green"> <div class="footer-copyright text-center py-3">© Copyright 2016-2019, Alee Productions. Licensed with GPL-3.0</div> -</footer>
\ No newline at end of file +</footer> +<div class="alert alert-warning fixed-bottom m-0 alert-dismissible fade show" role="alert"> + Please note that this website is under active development and bugs may occur.<br>If there's any, report it to the <a href="https://github.com/aleeproductions/website">GitHub</a> repo. + <button type="button" class="close" data-dismiss="alert" aria-label="Close"> + <span aria-hidden="true">×</span> + </button> +</div>
\ No newline at end of file |
