Skip to content

Commit 3d2beee

Browse files
authored
Merge pull request #42 from radarhere/bootstrap
Updated Bootstrap to 5.3.2
2 parents cd1b5a0 + 951e74d commit 3d2beee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link href="assets/fontawesome/css/brands.min.css" rel="stylesheet">
1515
<link href="assets/fontawesome/css/solid.min.css" rel="stylesheet">
1616

17-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
17+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
1818

1919
<title>Python Pillow</title>
2020

@@ -173,6 +173,6 @@ <h2>For Enterprise</h2>
173173
<a target="_blank" href="https://github.com/python-pillow/python-pillow.github.io">Source code</a>
174174
</p>
175175
</footer>
176-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
176+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
177177
</body>
178178
</html>

0 commit comments

Comments
 (0)