Skip to content

Commit

Permalink
Add fav icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mjarkk committed Apr 30, 2024
1 parent 9f6460a commit 0f6782c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 12 deletions.
Binary file added dist/icons/196.webp
Binary file not shown.
Binary file added dist/icons/48.webp
Binary file not shown.
Binary file added dist/icons/original.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 14 additions & 12 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mini Mail Dev</title>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mini Mail Dev</title>
<link rel="icon" type="image/webp" sizes="48x48" href="/icons/48.webp">
<link rel="icon" type="image/webp" sizes="196x196" href="/icons/196.webp">
<style>
body {
background-color: #09090b;
color: white;
}
</style>
</style>
<script type="module" crossorigin src="/assets/index-iZxhnyrw.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-LaGMYNzb.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
</head>
<body>
<div id="root"></div>
</body>
</html>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mini Mail Dev</title>
<link rel="icon" type="image/webp" sizes="48x48" href="/icons/48.webp">
<link rel="icon" type="image/webp" sizes="196x196" href="/icons/196.webp">
<style>
body {
background-color: #09090b;
Expand Down
Binary file added public/icons/196.webp
Binary file not shown.
Binary file added public/icons/48.webp
Binary file not shown.
Binary file added public/icons/original.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f6782c

Please sign in to comment.