diff options
author | FChannel <> | 2022-06-13 22:23:36 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | cb9a6cf7fcf379202f2ccfc4776daf4dd1d35b9d (patch) | |
tree | 327795adf7020993b1356961cf5ba869fbb99d02 /views/partials | |
parent | 5cff4d3740eb8b9f67de9713124e84109d04cff8 (diff) |
admin update board summary form
Diffstat (limited to 'views/partials')
-rw-r--r-- | views/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/footer.html b/views/partials/footer.html index efbde4f..2253039 100644 --- a/views/partials/footer.html +++ b/views/partials/footer.html @@ -1,4 +1,4 @@ -<div align="center" style="width: 500px; margin:0 auto; margin-top: 50px;"> +<div align="center" style="max-width: 500px; margin:0 auto; margin-top: 50px;"> [<a href="/">Home</a>] [<a href="/static/rules.html">Rules</a>] [<a href="/static/faq.html">FAQ</a>] <p>All trademarks and copyrights on this page are owned by their respective parties.</p> </div> |