Skip to content

Instantly share code, notes, and snippets.

@TheMapSmith
Last active January 12, 2021 23:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheMapSmith/ee2ef8636c3b07291586c126e9adc66f to your computer and use it in GitHub Desktop.
Save TheMapSmith/ee2ef8636c3b07291586c126e9adc66f to your computer and use it in GitHub Desktop.
a favicon
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#09497c</TileColor>
</tile>
</msapplication>
</browserconfig>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Lyzi's Page</title>
<link rel="apple-touch-icon" sizes="180x180" href="https://gist.githubusercontent.com/TheMapSmith/ee2ef8636c3b07291586c126e9adc66f/raw/131d696363967c4bdadf73c3af2aaed1a630f9ff/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://gist.githubusercontent.com/TheMapSmith/ee2ef8636c3b07291586c126e9adc66f/raw/131d696363967c4bdadf73c3af2aaed1a630f9ff/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://gist.githubusercontent.com/TheMapSmith/ee2ef8636c3b07291586c126e9adc66f/raw/131d696363967c4bdadf73c3af2aaed1a630f9ff/favicon-16x16.png">
<link rel="manifest" href="https://gist.githubusercontent.com/TheMapSmith/ee2ef8636c3b07291586c126e9adc66f/raw/131d696363967c4bdadf73c3af2aaed1a630f9ff/manifest.json">
<link rel="mask-icon" href="https://gist.githubusercontent.com/TheMapSmith/ee2ef8636c3b07291586c126e9adc66f/raw/131d696363967c4bdadf73c3af2aaed1a630f9ff/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#0071ff">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#0071FF">
</head>
<body>
<h1>LYZI YEAH</h1>
</body>
</html>
{
"name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#09497c",
"background_color": "#09497c",
"display": "standalone"
}
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment