소스 검색

Fix favicon/preview image, update title bar

tags/v0.0.2
Fen Dweller 5 년 전
부모
커밋
ba758297c5
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -3
      gorge.html

+ 4
- 3
gorge.html 파일 보기

@@ -14,13 +14,14 @@
<meta name="description" content="An idle game about eating people" />
<meta property="og:title" content="Gorge" />
<meta property="og:description" content="An idle game about eating people" />
<meta property="og:image" content="https://chemicalcrux.org/gorge.png" />
<link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
<meta property="og:image" content="/gorge.png" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>

<body class="dark">
<div id="top-bar">
vidya gaem
Gorge v0.0.1
<br>
<button id="save">Save</button>
<button id="reset">Reset saved data</button>
</div>


불러오는 중...
취소
저장