-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (33 loc) · 1.9 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
<!DOCTYPE html>
<html lang="" class="p-dark">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials">
<link rel="canonical" href="https://checkmath.io.vn">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Cross-Origin-Opener-Policy" content="same-origin">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>CHECKMATH</title>
<meta name="description" content="CHECKMATH is a fun and interactive game designed to sharpen your math reflexes. Compare numbers, improve your calculation speed, and challenge your friends today!">
<!-- Meta Keywords -->
<meta name="keywords" content="math game, CHECKMATH, reflex game, math practice, number comparison, mental calculation, fun learning game">
<!-- Author -->
<meta name="author" content="CHECKMATH Development Team">
<!-- Open Graph (Social Media Sharing) -->
<meta property="og:title" content="CHECKMATH - A Fun Math Reflex Game">
<meta property="og:description" content="CHECKMATH helps you practice number comparison and calculation in an engaging way. Are you ready to challenge yourself?">
<meta property="og:image" content="/thumbnail.png">
<meta property="og:url" content="https://checkmath.io.vn">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="CHECKMATH - A Fun Math Reflex Game">
<meta name="twitter:description" content="Enhance your math skills with CHECKMATH. Compare numbers and improve your mental agility. Play now!">
<meta name="twitter:image" content="/thumbnail.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>