Skip to content

Commit ece50ac

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

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

www/favicon-32x32.png

2.85 KB
Loading

www/favicon.svg

Lines changed: 24 additions & 0 deletions
Loading

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="favicon-32x32.png">
11+
<link rel="icon" type="image/svg+xml" href="favicon.svg">
12+
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
1013

1114
</head>
1215

www/safari-pinned-tab.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)