Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 286038a

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

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)