Skip to content

Commit 56b9fb2

Browse files
authored
add favicon (Codeception#457)
1 parent 5f587dc commit 56b9fb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/bootstrap.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
1313

1414
<!-- CSS -->
15-
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
15+
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
1616
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
1717
<link href="//netdna.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
1818

@@ -23,6 +23,7 @@
2323
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
2424
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
2525
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
26+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.ico">
2627
<link rel="manifest" href="/favicons/site.webmanifest">
2728
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#236BFD">
2829
<meta name="msapplication-config" content="/favicons/browserconfig.xml" />

0 commit comments

Comments
 (0)