New favicon
This commit is contained in:
parent
f1e2b2132b
commit
4befa173d0
@ -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
BIN
icons/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user