Skip to content

Commit

Permalink
Update welcome.html
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary authored Sep 29, 2023
1 parent 2111ae3 commit 1c1f607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/new_app/public/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Genie :: The highly productive Julia web framework</title>

<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap-grid.min.css" rel="stylesheet"
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap-grid.min.css" rel="stylesheet"
crossorigin="anonymous">
<link href="css/genie/style.css" rel="stylesheet">
<link href="css/genie/prism.css" rel="stylesheet" />
Expand Down Expand Up @@ -74,7 +74,7 @@ <h3>Get in touch</h3>
<!-- End: Footer -->

<script src="/js/genie/jquery.min.js"></script>
<script async defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
<script async defer src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
Expand Down

0 comments on commit 1c1f607

Please sign in to comment.