-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (48 loc) · 1.75 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Ultracube offers a premium selection of Rubik's cubes and puzzles, featuring everything from classic 3x3 cubes to complex and innovative brain teasers"
/>
<meta
name="keywords"
content="Ultracube, Rubik's Cube, puzzles, brain teasers, speed cubing, 3D puzzles, educational toys, mind games"
/>
<meta name="author" content="Artem Shchirov" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Ultracube" />
<meta property="og:title" content="Ultracube - Shop of the best cubes" />
<meta
property="og:description"
content="Discover our wide range of challenging and exciting Rubik's cubes and puzzles to enhance your problem-solving skills"
/>
<meta
property="og:image"
content="https://ik.imagekit.io/webbuilder/rubiks-cubes-shop/OG/og_blQPN2kQG.webp?updatedAt=1710342326781"
/>
<meta property="og:url" content="https://ultracube.vercel.app" />
<link rel="icon" href="/favicon.ico" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/img/icons/android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="/img/icons/android-chrome-512x512.png"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/apple-touch-icon.png" />
<link rel="manifest" href="/img/icons/site.webmanifest" />
<title>Ultracube - Shop of the best cubes</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>