Skip to content

Commit

Permalink
Fix mixed content problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tcely authored Jun 8, 2018
1 parent 7b30481 commit ce4a211
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="utf-8">
<title>Fucking Go Date Format</title>
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
<link href='//fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//unpkg.com/purecss@0.5.0/pure-min.css" integrity="sha384-lOySmEwqMpTZg7qGlKnJGP2qq63ZUxNxXLJcCkY8VtmblQMsdg+Kqmiw/YnyT2n4" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-old-ie-min.css">
<link rel="stylesheet" href="//cdn.staticfile.org/pure/0.5.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-min.css">
<link rel="stylesheet" href="//cdn.staticfile.org/pure/0.5.0/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="fgdf.css" type="text/css">
</head>
Expand Down Expand Up @@ -145,7 +145,7 @@ <h3>But...why?</h3>
</div>
</div>
</div>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="//unpkg.com/jquery@2.1.3/dist/jquery.min.js" integrity="sha384-CgeP3wqr9h5YanePjYLENwCTSSEz42NJkbFpAFgHWQz7u3Zk8D00752ScNpXqGjS" crossorigin="anonymous"></script>
<script type="text/javascript" src="fgdf.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down

0 comments on commit ce4a211

Please sign in to comment.