Skip to content

Commit

Permalink
Use https endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Aug 10, 2017
1 parent fcc2e7d commit 41171b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/bypass.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html ng-app="DockerPlay" ng-controller="BypassController">
<head>
<title>Docker Playground</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.css">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.css">
<link rel="stylesheet" href="/assets/style.css" />
</head>
<body class="welcome">
Expand Down

0 comments on commit 41171b0

Please sign in to comment.