diff options
author | emkael <emkael@tlen.pl> | 2017-04-12 21:37:48 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-04-12 21:37:48 +0200 |
commit | 61250a1fb99b951922d29d811e7906f617a5c0d7 (patch) | |
tree | 219a70bb6001220c0a280a594bac58f5c482f78a /templates/player.html | |
parent | dc0747e7a8e75a6b47c752f0f48e7d4298f3a46d (diff) |
CSS/JS resources kept locally
Diffstat (limited to 'templates/player.html')
-rw-r--r-- | templates/player.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/player.html b/templates/player.html index 0e7979d..45b1419 100644 --- a/templates/player.html +++ b/templates/player.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> |