Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Update test-4.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vinorodrigues committed Jun 1, 2020
1 parent b92e869 commit 8365c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="./dist/bootstrap-night.css">

<!-- Highlight.js -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/styles/dark.min.css"> <!-- was 9.12.0 --><!-- was default.min.css -->

<style type="text/css">
CODE.html { margin-top:1rem; }
Expand Down Expand Up @@ -3210,7 +3210,7 @@ <h5 class="modal-title" id="exampleModalCenterTitle">Modal title</h5>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>

<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/highlight.min.js"></script> <!-- was 9.12.0 -->
<script>
hljs.initHighlightingOnLoad();
</script>
Expand Down

0 comments on commit 8365c4d

Please sign in to comment.