-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
31 lines (31 loc) · 1.11 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
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Michael Kolesidis" />
<meta name="description" content="An online 3D slot machine game." />
<meta
name="keywords"
content="slot machine, slot machine game, slot machine js, online slots, reels, spin, cherry, apple, lemon, banana, fruits, fruit machine, game, slot, threejs, react, javascript, typescript, 3D, 3D game, react-three-fiber, r3f, casual, gambling, react game, online game, gambling game, virtual casino, casino game, casino games, casino"
/>
<title>Cherry Charm</title>
<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" />
<style>
html,
body {
background-color: #141417;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>