forked from WildCodeSchool/paris-0921-p2-groupe5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·20 lines (20 loc) · 972 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="description" content="App created using react-starter-wcs" />
<title>WIN</title>
<link rel="apple-touch-icon" sizes="180x180" href="/src/components/assets/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./src/components/assets/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./src/components/assets/favicon/favicon-16x16.png" />
<link rel="manifest" href="/src/components/assets/favicon/site.webmanifest" />
<meta name="msapplication-TileColor" content="#ffc40d" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<noscript> You need JavaScript to run this ! </noscript>
<div id="root"></div>
<script type="module" src="./src/components/index.jsx"></script>
</body>
</html>