This repository has been archived on 2020-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
sample-react-context/public/index.html

12 lines
235 B
HTML
Raw Permalink Normal View History

2020-03-15 22:00:13 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>