Skip to content

Commit

Permalink
Update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpeta committed Feb 3, 2024
1 parent 73287f6 commit 3cb47a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
-->
<!-- 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-oGIZlO87onOOvKbIVVOS/haIR5SbdjZEe8zYUUqCa3g=" as="style">
<link rel="preload" href="dist/pesterchum.js" integrity="sha256-0vWgkYvqjBnOaNs7lhBMKO6k6dHX74seYWRHp5E3t7s=" as="script"> <!-- integrity hash is with babel -->
<link rel="preload" href="style.css" integrity="sha256-PqqrjbsWaGZ/Vr6SKIXr9yawbFJYKim7W/AqAhh7UGI=" as="style">
<link rel="preload" href="dist/pesterchum.js" integrity="sha256-dudOY2lBk+pdO626Xb9SBkTm8O4f1s0Fxe26EHaht6c=" as="script"> <!-- integrity hash is with babel -->

<link rel="icon" href="favicon.ico">
<link rel="canonical" href="https://pesterchum.online">
<link rel="stylesheet" integrity="sha256-oGIZlO87onOOvKbIVVOS/haIR5SbdjZEe8zYUUqCa3g=" href="style.css">
<script src="dist/pesterchum.js" integrity="sha256-0vWgkYvqjBnOaNs7lhBMKO6k6dHX74seYWRHp5E3t7s="></script>
<link rel="stylesheet" integrity="sha256-PqqrjbsWaGZ/Vr6SKIXr9yawbFJYKim7W/AqAhh7UGI=" href="style.css">
<script src="dist/pesterchum.js" integrity="sha256-dudOY2lBk+pdO626Xb9SBkTm8O4f1s0Fxe26EHaht6c="></script>

<title>Pesterchum Online</title>
</head>
Expand All @@ -46,7 +46,7 @@ <h1 class='centertxt'><img src="smilies/perky_big.gif" alt="Pesterchum perky emo
<p>Now up on <a href="https://github.com/Dpeta/PesterchumOnlineButSilly">GitHub</a> and under the <a href="LICENSE">AGPL</a>, woo yeah woo yeah <img src="smilies/3_big.gif" alt="pesterchum kitty face emote"> </p>
<p>This is a WIP!!! It only has pretty basic features rn :"3</p>
</div>
<footer class='centertxt'>Last update: 2024-02-02</footer>
<footer class='centertxt'>Last update: 2024-02-03</footer>
<div id="notice"><!--<a href="javascript.html" rel="jslicense">JavaScript license information</a> --><img src="img/agplv3-155x51.png" alt="Affero General Public License logo"></div>
</div>
<div class='centeredGo'>
Expand Down

0 comments on commit 3cb47a3

Please sign in to comment.