Skip to content

Commit 7fe6a66

Browse files
authored
Merge pull request #3 from sebrandon1/bootstrap_update
Update bootstrap to v5.3.1
2 parents 87354b3 + 21bbd46 commit 7fe6a66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>CNF Certification Test Results</title>
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/bootstrap.min.css" rel="stylesheet"
8+
<link href="https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/bootstrap.min.css" rel="stylesheet"
99
crossorigin="anonymous">
1010
<link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet" crossorigin="anonymous">
1111

@@ -16,7 +16,7 @@
1616

1717
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
1818
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
19-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/bootstrap.bundle.min.js"></script>
19+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/js/bootstrap.bundle.min.js"></script>
2020
<script src="https://unpkg.com/[email protected]/ansi_up.js" crossorigin="anonymous"></script>
2121
<script inline src="index.js"></script>
2222
</head>

0 commit comments

Comments
 (0)