summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-04-12 21:37:48 +0200
committeremkael <emkael@tlen.pl>2017-04-12 21:37:48 +0200
commit61250a1fb99b951922d29d811e7906f617a5c0d7 (patch)
tree219a70bb6001220c0a280a594bac58f5c482f78a /templates
parentdc0747e7a8e75a6b47c752f0f48e7d4298f3a46d (diff)
CSS/JS resources kept locally
Diffstat (limited to 'templates')
-rw-r--r--templates/player.html2
-rw-r--r--templates/ranking.html6
2 files changed, 4 insertions, 4 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>
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 @@
&copy; 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>