-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (21 loc) · 874 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>The Cat Food Game</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta charset="utf-8" />
<meta property="og:title" content="The Cat Food Game" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/img/cat-food-game-screen-shot.png" />
<meta property="og:url" content="https://food.cats-and-dogs.club/" />
<meta property="og:description" content="Help the 🐱 push its food over the bowls. But don't get stuck!" />
<meta property="og:site_name" content="The Cat Food Game" />
<meta name="twitter:card" content="summary" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<noscript>Sorry, but The Cat Food Game requires javascript.</noscript>
</body>
</html>