Browse Source

Made some image paths relative, probably

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
b18b57457d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      satiate.html

+ 2
- 2
satiate.html View File

@@ -14,8 +14,8 @@
<meta name="description" content="A text adventure!" /> <meta name="description" content="A text adventure!" />
<meta property="og:title" content="Satiate" /> <meta property="og:title" content="Satiate" />
<meta property="og:description" content="A text adventure!" /> <meta property="og:description" content="A text adventure!" />
<meta property="og:image" content="https://chemicalcrux.org/satiate.png" />
<link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
<meta property="og:image" content="/satiate.png" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head> </head>


<body> <body>


Loading…
Cancel
Save