diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-24 09:00:34 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-24 09:00:34 -0500 |
| commit | 4a86c4d98691c1e1469d25a47944444475551567 (patch) | |
| tree | c2b0a56aaf69fddb3d40611018b59f0645a3ac62 /views/includes/footer.ejs | |
| download | Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.gz Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.bz2 Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.zip | |
Inital commit
Diffstat (limited to 'views/includes/footer.ejs')
| -rw-r--r-- | views/includes/footer.ejs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs new file mode 100644 index 0000000..a26d20f --- /dev/null +++ b/views/includes/footer.ejs @@ -0,0 +1,9 @@ +<footer class="page-footer mt-5 font-small green"> + <div class="footer-copyright text-center py-3">© Copyright 2016-2019, Alee Productions Inc. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a> and view <a href="/about#credits">credits</a> to see how this website is built.</div> +</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 |
