Wordle/Japanese_Wordle/index.html

22 lines
772 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="きれない言葉">
<meta property="og:type" content="website">
<meta property="og:url" content="https://patarapolw.github.io/kirenai-kotoba/">
<!-- <meta property="og:image" content="https://patarapolw.github.io/wordle2townscaper/wordle2townscaper.png"> -->
<meta property="og:description"
content="Customizable Wordle for Japanese vocabularists that allows customizable word list and more">
<title>きれない言葉</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>