-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new file: html/check-and-generate-favicons.md
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Check and generate your site's Favicons | ||
|
||
[https://realfavicongenerator.net/](https://realfavicongenerator.net/) can audit your website's favicon's to show which devices and browsers will display your favicon properly. | ||
|
||
![image](https://i.imgur.com/0BkH47P.png) | ||
|
||
The site also helps with favicon generation and target resolutions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Toggling Case with vim | ||
|
||
`~` in Vim toggles the case of the character under the cursor and then moves the | ||
cursor to the next character. |