Mercurial > web
diff index.html @ 13:e7ca289b45ec
add icons
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 31 May 2021 11:21:27 -0400 |
parents | 4c1179ecb214 |
children | 8f0b52a3cb69 |
line wrap: on
line diff
--- a/index.html Mon May 31 11:13:15 2021 -0400 +++ b/index.html Mon May 31 11:21:27 2021 -0400 @@ -2,9 +2,17 @@ <!-- i spent way too long making this look decent --> <head> <title>Paper's website</title> + <link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png"> + <link rel="manifest" href="icons/site.webmanifest"> + <link rel="shortcut icon" href="icons/favicon.ico"> + <meta name="msapplication-TileColor" content="#da532c"> + <meta name="msapplication-config" content="icons/browserconfig.xml"> + <meta name="theme-color" content="#ffffff"> <meta property="og:title" content="Paper's website"> <meta property="og:type" content="website"> - <meta property="og:image" content="https://mrpapersonic.github.io/img/kona.jpg"> + <meta property="og:image" content="https://mrpapersonic.github.io/icons/android-chrome-512x512.png"> <meta property="og:url" content="https://mrpapersonic.github.io"> <meta property="og:description" content="hey!"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">