-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.5 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
<!DOCTYPE html>
<html lang="fr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="/dmineur62.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dmineur62 ©2024 HPSdevs</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Le jeu du démineur version 2 en langage REACT" />
<meta name="robots" content="jeu,demineur,minesweeper" />
<meta name="google" content="nositelinkssearchbox" />
<meta property="og:title" content="Dmineur2 62" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://minesweeper62.netlify.app/" />
<meta property="og:description" content="Le jeu du démineur version 2 en langage REACT" />
<link rel="manifest" href="manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Lemon&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet" />
<!--Ce jeu a été fait par HPSdevs pour une session de TP développeur web et web mobile-->
<!--avec la SOFIP de Verquigneul (près de Béthune 62400) // all copyright 2024 HPSdevs-->
<!--update 06012025 -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>