New favicon

This commit is contained in:
Rod 2020-10-10 20:17:02 -05:00
parent f1e2b2132b
commit 4befa173d0
3 changed files with 4 additions and 2 deletions

View File

@ -23,10 +23,11 @@
- [Weather Icons](#weather-icons)
#### Features:
- **Dark/Light** mode, you can toggle them and It'll be saved in local store
- **Dark/Light** mode, you can toggle them and It'll be saved in local store
- **Clock and Date** format can be set to 24 hour (default) or 12 hour
- **Greetings** are easy to change and modify
- **Variables** for custom colors and font sizes in the `css` code
- **Icons** all icons are from Feather Icons (Some others I made them with the Feather icons as a base)
- **Modular** javascript files for an easy read
<p align="center">

BIN
icons/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>🍱</title>
<title>Bento</title>
<link rel=" shortcut icon" type="image/png" href="icons/favicon.png" />
<link rel="stylesheet" href="css/style.css" />
<script src="https://unpkg.com/feather-icons"></script>
</head>