2020-05-14 09:41:38 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-05-24 05:19:48 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<link href="%PUBLIC_URL%/favicon.ico" rel="icon"/>
|
|
|
|
<meta content="width=device-width, initial-scale=1" name="viewport"/>
|
|
|
|
<meta content="#000000" name="theme-color"/>
|
2020-05-14 09:41:38 -04:00
|
|
|
<meta
|
2020-05-24 05:19:48 -04:00
|
|
|
content="Web site created using create-react-app"
|
|
|
|
name="description"
|
2020-05-14 09:41:38 -04:00
|
|
|
/>
|
2020-05-24 05:19:48 -04:00
|
|
|
<link href="%PUBLIC_URL%/logo192.png" rel="apple-touch-icon"/>
|
|
|
|
<link href="%PUBLIC_URL%/manifest.json" rel="manifest"/>
|
2020-05-14 09:41:38 -04:00
|
|
|
<title>React App</title>
|
2020-05-24 05:19:48 -04:00
|
|
|
</head>
|
|
|
|
<body class="bg-dark">
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
2020-05-14 09:41:38 -04:00
|
|
|
</html>
|