Add some important files
[web/be-the] / index.html
index 3bbe1b937f76593e461c23b7a89a5e2e0d61cead..2b6347759ce27c2e801243ddfbd7911cbda91fa6 100644 (file)
@@ -1,18 +1,26 @@
 <!DOCTYPE html>
-<html lang="en">
+<html prefix="og: http://ogp.me/ns#" lang="en">
 <head>
-    <meta charset="utf8">
+    <meta charset="utf-8">
     <title>Witch of Light</title>
-    <meta property="title" content="Witch of Light - Cassie Jones's Site">
-    <meta property="og:title" content="Witch of Light - Cassie Jones's Site">
-    <meta property="og:type" content="website">
-    <meta property="og:url" content="https://www.witchoflight.com">
-    <meta property="og:image" content="https://www.witchoflight.com/assets/light.png">
-    <meta property="twitter:card" content="summary">
-    <meta property="twitter:site" content="@porglezomp">
-    <link rel="canonical" href="https://www.witchoflight.com">
+    <meta name="description" content="A collection of Cassie's harebrained schemes"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Witch of Light"/>
+    <meta property="og:description" content="A collection of Cassie's harebrained schemes"/>
+    <meta property="og:url" content="https://www.witchoflight.com"/>
+    <meta property="og:site_name" content="Witch of Light"/>
+    <meta property="og:image" content="https://www.witchoflight.com/assets/light.jpg"/>
+    <meta property="og:image:type" content="image/png"/>
+    <meta property="og:image:width" content="900"/>
+    <meta property="og:image:height" content="900"/>
+    <meta property="og:image:alt" content="The Homestuck light aspect icon"/>
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@porglezomp"/>
+    <meta name="twitter:creator" content="@porglezomp"/>
+    <meta name="twitter:image" content="https://www.witchoflight.com/assets/light.png"/>
+    <link rel="canonical" href="https://www.witchoflight.com"/>
     <style>
-h1 { color: #22a4ff; position: absolute; margin: 50vh auto; text-align: center; width: 100vw; font-family: courier; font-size: 3.8vw; animation-name: fade-out; animation-duration: 2s; animation-delay: 3s; animation-fill-mode: both; }
+h1 { color: #fefa5a; position: absolute; margin: 50vh auto; text-align: center; width: 100vw; font-family: courier; font-size: 3.8vw; animation-name: fade-out; animation-duration: 2s; animation-delay: 3s; animation-fill-mode: both; }
 @media screen and (max-width: 1000px) { h1 { font-size: 7vw; } }
 body { background: #f78123; margin: 0; }
 svg { max-width: 100vw; max-height: 100vh; animation-name: fade-in; animation-duration: 2s; animation-delay: 4.5s; animation-fill-mode: both; }