Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add favicon to website #139

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>One Lang</title>
<link rel="stylesheet" href="./assets/css/styles.min.css" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="./assets/images/favicon.png">
</head>

<body>
Expand Down