Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit ed9996e

Browse files
committed
Link css assets from HTTP to HTTPS
1 parent a322952 commit ed9996e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

secret-agent/templates/flag.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>My New Website</title>
66

77

8-
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
8+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
99

1010
<link href="https://getbootstrap.com/docs/3.3/examples/jumbotron-narrow/jumbotron-narrow.css" rel="stylesheet">
1111

secret-agent/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>My New Website</title>
66

7-
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
7+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
88

99
<link href="https://getbootstrap.com/docs/3.3/examples/jumbotron-narrow/jumbotron-narrow.css" rel="stylesheet">
1010

0 commit comments

Comments
 (0)