Skip to content

Instantly share code, notes, and snippets.

@abhidatta0
Created July 28, 2019 04:05
Show Gist options
  • Select an option

  • Save abhidatta0/b192dcfa357feda753ac8e2c3fb737a0 to your computer and use it in GitHub Desktop.

Select an option

Save abhidatta0/b192dcfa357feda753ac8e2c3fb737a0 to your computer and use it in GitHub Desktop.
Favicon
<!DOCTYPE html>
<html>
<head>
<title>My Webpage</title>
<link rel="shortcut icon" type="image/png" href="html5_logo.png">
</head>
<body>
<h2>This is Hello world</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment