Skip to content

Commit aefe72d

Browse files
author
skim
committed
adds Rust favicon
1 parent 7050161 commit aefe72d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

www/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<meta name="description" content="The Rust toolchain installer">
88
<link rel="stylesheet" href="normalize.css">
99
<link rel="stylesheet" href="rustup.css">
10+
<link rel="icon" type="image/png" sizes="32x32" href="https://www.rust-lang.org/static/images/favicon-32x32.png">
11+
<link rel="icon" type="image/svg+xml" href="https://www.rust-lang.org/static/images/favicon.svg">
12+
<link rel="mask-icon" href="https://www.rust-lang.org/static/images/safari-pinned-tab.svg" color="#000">
1013

1114
</head>
1215

0 commit comments

Comments
 (0)