Skip to content

Instantly share code, notes, and snippets.

@subzey
Created June 23, 2021 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subzey/e0b65adeb51a5fbc9eb0cf2bdddfcf05 to your computer and use it in GitHub Desktop.
Save subzey/e0b65adeb51a5fbc9eb0cf2bdddfcf05 to your computer and use it in GitHub Desktop.
Favicon test
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!doctype html>
<html>
<head>
<title>Favicon test</title>
<link rel="icon" href="favicon.svg" type="image/svg+xml">
</head>
<body>
<img src="favicon.svg" width="16" height="16">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment