Skip to content

Instantly share code, notes, and snippets.

@adrianorsouza
Created August 30, 2019 16:57
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 adrianorsouza/e00f9861623a017e765a6d2b5f1fb1da to your computer and use it in GitHub Desktop.
Save adrianorsouza/e00f9861623a017e765a6d2b5f1fb1da to your computer and use it in GitHub Desktop.
<!-- https://www.w3.org/2005/10/howto-favicon -->
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/png"
href="http://example.com/myicon.png">
[…]
</head>
[…]
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment