2016-10-19 02:05:32 +03:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
|
2017-05-18 21:21:33 +03:00
|
|
|
<title>React App</title>
|
2016-10-19 02:05:32 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|