Skip to content

Commit

Permalink
Update style.css checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpeta committed Feb 11, 2024
1 parent 5e1b3b5 commit 1fb2a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
-->
<!-- When hosting on an actual web server the CSP should be more restrictive. (hash for script-src) -->

<link rel="preload" href="style.css" integrity="sha256-spckZmQHlVa4XXqSqfEc2xq23CHnwOEGHutXZqI+0vs=" as="style">
<link rel="preload" href="style.css" integrity="sha256-vesLrNd2pU8LoeGlHkZQl7Ti0BkgjJqPbEG0QH0gjis=" as="style">
<link rel="preload" href="dist/pesterchum.js" integrity="sha256-52ChCGdhAL8B2EtX0TuRFR8GTFuM+WqU+TRhG2545pk=" as="script"> <!-- integrity hash with babel :3 -->

<link rel="icon" href="favicon.ico">
<link rel="canonical" href="https://pesterchum.online">
<link rel="stylesheet" integrity="sha256-spckZmQHlVa4XXqSqfEc2xq23CHnwOEGHutXZqI+0vs=" href="style.css">
<link rel="stylesheet" integrity="sha256-vesLrNd2pU8LoeGlHkZQl7Ti0BkgjJqPbEG0QH0gjis=" href="style.css">
<script src="dist/pesterchum.js" integrity="sha256-52ChCGdhAL8B2EtX0TuRFR8GTFuM+WqU+TRhG2545pk=" defer></script>

<title>Pesterchum Online</title>
Expand Down

0 comments on commit 1fb2a9e

Please sign in to comment.