Skip to content

Commit

Permalink
Security fix and deleted fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Haedrich committed Feb 13, 2024
1 parent 8db9b3b commit 6d3dfeb
Show file tree
Hide file tree
Showing 33 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<link rel="icon" type="image/png" sizes="152x152" href="/assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="144x144" href="/assets/img/favicons/android-chrome-144x144.png">
<link rel="icon" type="image/png" sizes="270x270" href="/assets/img/favicons/mstile-150x150.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=inter:100,200,300,400,500,600,700,800,900|inter-tight:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|plus-jakarta-sans:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i" rel="stylesheet" />
<link rel="stylesheet" href="/assets/css/styles.css">
Expand All @@ -41,8 +41,8 @@
<body data-sveltekit-preload-data="hover" style="font-family: Inter, sans-serif; font-display: swap;"></body>
<div style="display: contents">%sveltekit.body%</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "d072e46b3f6f49dbabb5c17e93365291"}'></script>
<!-- End Cloudflare Web Analytics -->
Expand Down
5 changes: 5 additions & 0 deletions ui/static/assets/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions ui/static/assets/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions ui/static/assets/js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 6d3dfeb

Please sign in to comment.