-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (30 loc) · 1.96 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Mémorio</title>
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<link rel="canonical" href="https://dilaouid.github.io/memorio/" />
<meta name="description" content="Mémorio is a challenging and fun memory path game designed to test and improve your memory skills. Navigate through complex paths and enhance your cognitive abilities while enjoying retro-inspired steampunk dungeon graphics.">
<meta name="keywords" content="Mémorio, Memory Game, Brain Training, Puzzle Game, Memory Path, Cognitive Skills, Brain Game">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="dilaouid">
<meta name="author" content="Diyaeddine LAOUID">
<link href="https://fonts.cdnfonts.com/css/press-start-2p" rel="stylesheet">
<meta property="og:url" content="https://dilaouid.github.io/memorio/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://raw.githubusercontent.com/dilaouid/memorio/media/og.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://raw.githubusercontent.com/dilaouid/memorio/media/og.jpg">
<meta property="og:title" content="Mémorio - The Memory Path Game">
<meta property="og:description" content="Test and improve your memory skills with Mémorio, a fun and challenging memory path game. Navigate through complex paths and boost your cognitive abilities.">
<meta name="twitter:title" content="Mémorio - The Memory Path Game">
<meta name="twitter:description" content="Mémorio is a challenging and fun memory path game designed to test and improve your memory skills.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>