Skip to content

Commit b62769b

Browse files
committed
Fix front page icon rel=preload hrefs.
This got out of sync in c5b34b9.
1 parent 1a2a791 commit b62769b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

domains/misc/badssl.com/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<link rel="stylesheet" href="github-ribbon.css">
1414
<script src="index.js"></script>
1515

16-
<link rel=preload as=image href="bad-white.svg">
17-
<link rel=preload as=image href="dubious-white.svg">
18-
<link rel=preload as=image href="good-white.svg">
16+
<link rel=preload as=image href="front-page-icons/bad-white.svg">
17+
<link rel=preload as=image href="front-page-icons/dubious-white.svg">
18+
<link rel=preload as=image href="front-page-icons/good-white.svg">
1919
</head>
2020
<body>
2121

0 commit comments

Comments
 (0)