changeset 13:e7ca289b45ec

add icons
author Paper <mrpapersonic@gmail.com>
date Mon, 31 May 2021 11:21:27 -0400
parents 4c1179ecb214
children 8f0b52a3cb69
files cool.html favicon.ico icons/android-chrome-192x192.png icons/android-chrome-512x512.png icons/apple-touch-icon.png icons/browserconfig.xml icons/favicon-16x16.png icons/favicon-32x32.png icons/favicon.ico icons/mstile-150x150.png icons/site.webmanifest index.html style.css tomoko.html
diffstat 14 files changed, 56 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cool.html	Mon May 31 11:13:15 2021 -0400
+++ b/cool.html	Mon May 31 11:21:27 2021 -0400
@@ -1,5 +1,14 @@
 <!DOCTYPE html>
 <head>
+	<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">
+	<title>cool shit</title>
 	<style>
 		body {
 			background-image: url("capsule.jpg");
Binary file favicon.ico has changed
Binary file icons/android-chrome-192x192.png has changed
Binary file icons/android-chrome-512x512.png has changed
Binary file icons/apple-touch-icon.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/browserconfig.xml	Mon May 31 11:21:27 2021 -0400
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+    <msapplication>
+        <tile>
+            <square150x150logo src="icons/mstile-150x150.png"/>
+            <TileColor>#da532c</TileColor>
+        </tile>
+    </msapplication>
+</browserconfig>
Binary file icons/favicon-16x16.png has changed
Binary file icons/favicon-32x32.png has changed
Binary file icons/favicon.ico has changed
Binary file icons/mstile-150x150.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/site.webmanifest	Mon May 31 11:21:27 2021 -0400
@@ -0,0 +1,19 @@
+{
+    "name": "",
+    "short_name": "",
+    "icons": [
+        {
+            "src": "android-chrome-192x192.png",
+            "sizes": "192x192",
+            "type": "image/png"
+        },
+        {
+            "src": "android-chrome-512x512.png",
+            "sizes": "512x512",
+            "type": "image/png"
+        }
+    ],
+    "theme_color": "#ffffff",
+    "background_color": "#ffffff",
+    "display": "standalone"
+}
--- 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">
--- a/style.css	Mon May 31 11:13:15 2021 -0400
+++ b/style.css	Mon May 31 11:21:27 2021 -0400
@@ -19,4 +19,4 @@
 }
 img {
 	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
-}
+}
\ No newline at end of file
--- a/tomoko.html	Mon May 31 11:13:15 2021 -0400
+++ b/tomoko.html	Mon May 31 11:21:27 2021 -0400
@@ -1,5 +1,14 @@
 <!DOCTYPE html>
 <head>
+	<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">
+	<title>it is a mystery</title>
 	<style>
 		body{
 			margin:0;