diff options
author | emkael <emkael@tlen.pl> | 2018-08-24 13:51:09 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-08-24 13:51:09 +0200 |
commit | 45ca0e904f6024b8fa8fe231be7ff8aa83d1cf30 (patch) | |
tree | 4d6937427f410f90e2170974ae6484b75f73438c | |
parent | 8953b1ea41b14fc25a0fd488c846ac89af219766 (diff) |
Page footer amended
-rw-r--r-- | templates/player.html | 3 | ||||
-rw-r--r-- | templates/ranking.html | 3 | ||||
-rw-r--r-- | templates/static.html | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/templates/player.html b/templates/player.html index 55d8cfa..2f622b2 100644 --- a/templates/player.html +++ b/templates/player.html @@ -73,8 +73,7 @@ </tbody> </table> <div class="well well-sm"> - © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> - Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> + © 2017-2018 - dla <a href="http://pzbs.pl">PZBS</a> <a href="https://github.com/emkael/pzbs-ranking">zrobił</a> <a href="https://emkael.info">mkl.</a> </div> </div> <script type="text/javascript" src="../_res/jquery-2.2.4.min.js"></script> diff --git a/templates/ranking.html b/templates/ranking.html index b2736a1..77636f0 100644 --- a/templates/ranking.html +++ b/templates/ranking.html @@ -257,8 +257,7 @@ <div class="clearfix"></div> </div> <div class="well well-sm"> - © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> - Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> + © 2017-2018 - dla <a href="http://pzbs.pl">PZBS</a> <a href="https://github.com/emkael/pzbs-ranking">zrobił</a> <a href="https://emkael.info">mkl.</a> Dane w CSV <a href="https://raw.githubusercontent.com/emkael/pzbs-ranking/master/data/rankings" id="rawlink">tu.</a> </div> </div> diff --git a/templates/static.html b/templates/static.html index 9f2ab47..990c75b 100644 --- a/templates/static.html +++ b/templates/static.html @@ -24,8 +24,7 @@ </div> </div> <div class="well well-sm" id="footer"> - © 2017 - dla <a href="http://pzbs.pl">PZBS</a> zrobił <a href="https://emkael.info">mkl.</a> - Też sobie <a href="https://github.com/emkael/pzbs-ranking">zrób.</a> + © 2017-2018 - dla <a href="http://pzbs.pl">PZBS</a> <a href="https://github.com/emkael/pzbs-ranking">zrobił</a> <a href="https://emkael.info">mkl.</a> </div> </div> </body> |