We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a1a91 commit d6fdcd6Copy full SHA for d6fdcd6
basic-cdn-v5/public/index.html
@@ -5,12 +5,12 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
7
<!-- Including the bootstrap css via CDN -->
8
- <link
9
- rel="stylesheet"
10
- href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
11
- integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
+ <link
+ rel="stylesheet"
+ href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
+ integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
12
crossorigin="anonymous"
13
- >
+ />
14
15
<title>React-Bootstrap CodeSandbox Starter</title>
16
</head>
0 commit comments