Skip to content

Commit 809bcbc

Browse files
committed
Upgrade Bootstrap
1 parent a363fe4 commit 809bcbc

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@
1313

1414
<title>Pillow: the friendly PIL fork</title>
1515
<!-- Latest compiled and minified CSS -->
16-
<link rel="stylesheet" href=
17-
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
18-
type="text/css"><!-- Optional theme -->
19-
<link rel="stylesheet" href=
20-
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css"
21-
type="text/css"><!-- Latest compiled and minified JavaScript -->
22-
23-
<script src=
24-
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"
25-
type="text/javascript">
16+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
17+
18+
<!-- Optional theme -->
19+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
20+
21+
<!-- Latest compiled and minified JavaScript -->
22+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
2623
</script>
2724
</head>
2825

0 commit comments

Comments
 (0)