2022-06-18 17:39:22 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<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" />
|
|
|
|
|
|
|
|
|
|
<title>React App</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2022-06-19 16:42:02 -05:00
|
|
|
<div id="root"></div>
|
2022-06-18 17:39:22 -05:00
|
|
|
</body>
|
|
|
|
|
</html>
|