Last active
January 12, 2021 23:36
-
-
Save TheMapSmith/ee2ef8636c3b07291586c126e9adc66f to your computer and use it in GitHub Desktop.
a favicon
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<browserconfig> | |
<msapplication> | |
<tile> | |
<square150x150logo src="/mstile-150x150.png"/> | |
<TileColor>#09497c</TileColor> | |
</tile> | |
</msapplication> | |
</browserconfig> |
This file contains hidden or 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
<!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> |
This file contains hidden or 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
{ | |
"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" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment