-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (17 loc) · 868 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="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Sahil Atahar">
<meta name="description" content="A React and Vite-based project showcasing country information is the FrontendMentor Challenge. The flags, currencies, languages, and territories of practically every country may be searched for and explored. Take use of the dark mode option for a beautiful experience. Compact and simple to use, offering a smooth exploration of many countries.
">
<link rel="shortcut icon" sizes="32x32" href="/favicon.png" type="image/png">
<link rel="icon" sizes="32x32" href="/favicon.png" type="image/png">
<title>Países do Mundo</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>