diff options
Diffstat (limited to 'templates/ranking.html')
-rw-r--r-- | templates/ranking.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/ranking.html b/templates/ranking.html index 8f668d1..c630753 100644 --- a/templates/ranking.html +++ b/templates/ranking.html @@ -2,7 +2,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Oficjalny Ranking Brydżowy PZBS</title> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" /> + <link rel="stylesheet" href="res/bootstrap.min.css" /> <link rel="stylesheet" href="res/ranking.css" /> </head> <body> @@ -134,8 +134,8 @@ © 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> </div> </div> - <script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> + <script type="text/javascript" src="res/jquery-2.2.4.min.js"></script> + <script type="text/javascript" src="res/bootstrap.min.js"></script> <script type="text/javascript" src="res/ranking.js"></script> </body> </html> |