Skip to content

Commit

Permalink
chore: added integrirty key and value
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Feb 2, 2024
1 parent e90b388 commit 044c6c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Contentstack - Javascript SDK</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo=">
</head>
<body>
<div class="container">
Expand All @@ -14,8 +14,8 @@ <h1>News</h1>
<input type="submit" name="Download Asset">
</div>
</div>
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.0.min.js" integrity="sha256-ihAoc6M/JPfrIiIeayPE9xjin4UWjsx2mjW/rtmxLM4="></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo="></script>
<script src="../../dist/web/contentstack.js"></script>
<script src="scripts/custom.min.js"></script>
</body>
Expand Down

0 comments on commit 044c6c7

Please sign in to comment.