forked from thesam73/wordle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 866 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="ro">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Ghiciți cuvântul ascuns în 6 încercări. Wordle in romana. Un nou puzzle în fiecare zi. Jocul Wordle RO este creat specific pentru vorbitori de limba română. Cuvintele au 5 litere."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Wordle (RO) - Un joc de cuvinte zilnice - Joaca acum în limba româna</title>
</head>
<body>
<noscript>Trebuie sa activati JavaScript pentru a rula corect pagina.</noscript>
<div id="root"></div>
</body>
</html>