diff options
-rw-r--r-- | templates/player.html | 2 | ||||
-rw-r--r-- | templates/ranking.html | 2 | ||||
-rw-r--r-- | templates/static.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/player.html b/templates/player.html index 86b8338..0dfab4c 100644 --- a/templates/player.html +++ b/templates/player.html @@ -73,7 +73,7 @@ </tbody> </table> <div class="well well-sm"> - © 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> + © 2017-2019 - 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 4364cb6..73949b0 100644 --- a/templates/ranking.html +++ b/templates/ranking.html @@ -251,7 +251,7 @@ <div class="clearfix"></div> </div> <div class="well well-sm"> - © 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> + © 2017-2019 - 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 990c75b..9d0f7fa 100644 --- a/templates/static.html +++ b/templates/static.html @@ -24,7 +24,7 @@ </div> </div> <div class="well well-sm" id="footer"> - © 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> + © 2017-2019 - 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> |