comparison index.html @ 13:e7ca289b45ec

add icons
author Paper <mrpapersonic@gmail.com>
date Mon, 31 May 2021 11:21:27 -0400
parents 4c1179ecb214
children 8f0b52a3cb69
comparison
equal deleted inserted replaced
12:4c1179ecb214 13:e7ca289b45ec
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- i spent way too long making this look decent --> 2 <!-- i spent way too long making this look decent -->
3 <head> 3 <head>
4 <title>Paper's website</title> 4 <title>Paper's website</title>
5 <link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
6 <link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
7 <link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
8 <link rel="manifest" href="icons/site.webmanifest">
9 <link rel="shortcut icon" href="icons/favicon.ico">
10 <meta name="msapplication-TileColor" content="#da532c">
11 <meta name="msapplication-config" content="icons/browserconfig.xml">
12 <meta name="theme-color" content="#ffffff">
5 <meta property="og:title" content="Paper's website"> 13 <meta property="og:title" content="Paper's website">
6 <meta property="og:type" content="website"> 14 <meta property="og:type" content="website">
7 <meta property="og:image" content="https://mrpapersonic.github.io/img/kona.jpg"> 15 <meta property="og:image" content="https://mrpapersonic.github.io/icons/android-chrome-512x512.png">
8 <meta property="og:url" content="https://mrpapersonic.github.io"> 16 <meta property="og:url" content="https://mrpapersonic.github.io">
9 <meta property="og:description" content="hey!"> 17 <meta property="og:description" content="hey!">
10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 18 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11 <style> 19 <style>
12 .wrapper { 20 .wrapper {