This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
Files
notes-list-react/public/index.html
2021-10-13 19:03:45 +03:00

22 lines
728 B
HTML

<!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" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>NOTES LIST :: React / Redux / Hooks using functional components</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app" class="uk-container"></div>
</body>
</html>