Skip to content

Commit 7a08f16

Browse files
authored
Update Http -> Https
Updated the wrapper link from http to https. Why? Because it's 2018
1 parent 1dd24a1 commit 7a08f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

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

1414
</body>
15-
</html>
15+
</html>

0 commit comments

Comments
 (0)