瀏覽代碼

Made some image paths relative, probably

tags/v0.1.0
Fen Dweller 6 年之前
父節點
當前提交
b18b57457d
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      satiate.html

+ 2
- 2
satiate.html 查看文件

@@ -14,8 +14,8 @@
<meta name="description" content="A text adventure!" />
<meta property="og:title" content="Satiate" />
<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>

<body>


Loading…
取消
儲存