Skip to content

Commit 96ef1ed

Browse files
committed
Merge branch 'nickylogan-master'
2 parents 5ee3acd + 53268a5 commit 96ef1ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/bootstrap/$.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88

99
<!-- Bootstrap CSS -->
10-
<link rel="stylesheet" href="${2:https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css}" integrity="${3:sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO}" crossorigin="anonymous">
10+
<link rel="stylesheet" href="${2:https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css}" integrity="${3:sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T}" crossorigin="anonymous">
1111
</head>
1212
<body>
1313
$10$END$
1414
<!-- Optional JavaScript -->
1515
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
1616
<script src="${4:https://code.jquery.com/jquery-3.3.1.slim.min.js}" integrity="${5:sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo}" crossorigin="anonymous"></script>
17-
<script src="${6:https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js}" integrity="${7:sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49}" crossorigin="anonymous"></script>
18-
<script src="${8:https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js}" integrity="${9:sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy}" crossorigin="anonymous"></script>
17+
<script src="${6:https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js}" integrity="${7:sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1}" crossorigin="anonymous"></script>
18+
<script src="${8:https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js}" integrity="${9:sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM}" crossorigin="anonymous"></script>
1919
</body>
2020
</html>

0 commit comments

Comments
 (0)