Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

Commit

Permalink
add integrity hashes for about and security pages #8
Browse files Browse the repository at this point in the history
  • Loading branch information
aardbol committed Jun 30, 2019
1 parent 28d780a commit 3bbe41f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ <h3>Creator</h3>
<a href="index.html">home</a> | <a href="about.html">about this app</a> <!--| <a href="security.html">how is this app secure?</a>-->
</div>

<script src="static/jquery-3.4.1.js"></script>
<script src="static/semantic.js"></script>
<script src="static/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="></script>
<script src="static/semantic-2.7.5.js" integrity="sha256-/fbdRVqLH/oOOtOg/Eb0A1ttDWTJn6L6yxhO2HC/+yg="></script>
<script>
$(function() {
$('h1').transition("zoom in");
Expand Down
4 changes: 2 additions & 2 deletions security.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ <h1 class="ui centered header">How secure is this app?</h1>
<a href="index.html">home</a> | <a href="about.html">about this app</a> | <a href="security.html">how is this app secure?</a>
</div>

<script src="static/jquery-3.4.1.js"></script>
<script src="static/semantic.js"></script>
<script src="static/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="></script>
<script src="static/semantic-2.7.5.js" integrity="sha256-/fbdRVqLH/oOOtOg/Eb0A1ttDWTJn6L6yxhO2HC/+yg="></script>
<script>
$(function() {
$('h1').transition("zoom in");
Expand Down

0 comments on commit 3bbe41f

Please sign in to comment.