Skip to content

Commit

Permalink
Update Http -> Https
Browse files Browse the repository at this point in the history
Updated the wrapper link from http to https. Why? Because it's 2018
  • Loading branch information
chriskol committed Oct 12, 2018
1 parent b99bebc commit 7e9bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<script type="text/javascript" charset="utf-8">
macgap.window.resize({width: 1050, height: 810});
window.location.href = 'http://keep.google.com';
window.location.href = 'https://keep.google.com';
</script>

</body>
Expand Down

0 comments on commit 7e9bf84

Please sign in to comment.