-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
28 lines (28 loc) · 1011 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
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icons/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Michael Kolesidis" />
<meta
name="description"
content="An online scratchcard game. Do you feel lucky?"
/>
<meta
name="keywords"
content="react, animation, gambling, scratch, lottery, lottery-game, react-game, online-game, scratchcard, scratcher, gambling-game, scratch-off, scratchie, lottery-ticket, scratch-game, scratch-ticket, scratch-and-win, scratchcard-game, scratch-it, instant-lottery"
/>
<title>Scratch Bonanza</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>