diff index.html @ 12:4c1179ecb214

add favicon and description
author Paper <mrpapersonic@gmail.com>
date Mon, 31 May 2021 11:13:15 -0400
parents 502314134814
children e7ca289b45ec
line wrap: on
line diff
--- a/index.html	Mon May 31 10:59:56 2021 -0400
+++ b/index.html	Mon May 31 11:13:15 2021 -0400
@@ -2,6 +2,12 @@
 <!-- i spent way too long making this look decent -->
 <head>
 	<title>Paper's website</title>
+	<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:url" content="https://mrpapersonic.github.io">
+	<meta property="og:description" content="hey!">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 	<style>
 		.wrapper { 
 			height: 100%;