Skip to content

Commit b5f18e5

Browse files
authored
Merge pull request #119 from boscop-fr/feature-favicon
Added a favicon
2 parents b3b7788 + 933a2bf commit b5f18e5

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

site/assets/favicon.ico

1.12 KB
Binary file not shown.

site/assets/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

site/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<html lang="en">
44
<head>
5+
<link rel="icon" href="./assets/favicon.ico" sizes="16x16" />
6+
<link rel="icon" href="./assets/favicon.svg" type="image/svg+xml" />
7+
58
<title>Orejime</title>
69

710
<link

site/legal.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<html lang="en">
44
<head>
5+
<link rel="icon" href="./assets/favicon.ico" sizes="16x16" />
6+
<link rel="icon" href="./assets/favicon.svg" type="image/svg+xml" />
7+
58
<title>Orejime</title>
69

710
<link

0 commit comments

Comments
 (0)