-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<HTML>
<HEAD>
<meta name="viewport" content="width=720px,target-densitydpi=device-dpi">
<meta name="description" content="Crossword Puzzle">
<meta property="og:url" content="https://github.com/kurehajime/hash4word" />
<meta property="og:type" content="game" />
<meta property="og:title" content="HASH4WORD" />
<meta property="og:description" content="Crossword Puzzle" />
<meta property="og:site_name" content="HASH4WORD" />
<meta property="og:image"
content="https://user-images.githubusercontent.com/4569916/185754043-ebcf1f02-2782-4996-8229-61e80aa49940.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@kurehajime" />
<meta name="twitter:creator" content="@kurehajime" />
<title>HASH4WORD</title>
<meta charset="UTF-8">
</HEAD>
<BODY>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</BODY>
</HTML>