Skip to content

Commit d90baa7

Browse files
committed
Using specific Bootstrap css version
1 parent 08bce12 commit d90baa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Learn how to configure a non-root public URL by running `npm run build`.
2424
-->
2525
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:300,400,600,700,800">
26-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
26+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
2727
<title>Scratch - A simple note taking app</title>
2828
</head>
2929
<body>

0 commit comments

Comments
 (0)