Skip to content

Commit 399c4da

Browse files
committed
Allow HTTPS documents without warning
1 parent 01f795b commit 399c4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1>GitHub &amp; BitBucket HTML Preview</h1>
4747
google_color_text="333333";
4848
google_font_face="arial";
4949
//--></script>
50-
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
50+
<script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
5151
<p>Enter the HTML file to preview: <input type="url" id="file" value="" placeholder="e.g. https://github.com/user/repo/blob/master/index.html" size="70"> <input type="submit" value="&raquo;"></p>
5252
<p>or prepend to the URL: <strong>http://htmlpreview.github.io/?</strong>https://raw.github.com/twbs/bootstrap/gh-pages/2.3.2/index.html</p>
5353
<p>or use this bookmarklet while browsing GitHub or BitBucket: <a href="javascript:void('http://htmlpreview.github.io/'==window.location?alert('Drag me to your bookmarks bar!'):window.location='http://htmlpreview.github.io/?'+window.location)"><strong>HTMLPreview</strong></a></p>
@@ -56,4 +56,4 @@ <h1>GitHub &amp; BitBucket HTML Preview</h1>
5656
<script src="/htmlpreview.min.js"></script>
5757
<script>HTMLPreview.init();</script>
5858
</body>
59-
</html>
59+
</html>

0 commit comments

Comments
 (0)