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 authored Oct 12, 2018
1 parent 1dd24a1 commit 7a08f16
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 @@ -8,8 +8,8 @@

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

</body>
</html>
</html>

0 comments on commit 7a08f16

Please sign in to comment.