Picsur/frontend/public/index.html
2022-02-23 19:09:53 +01:00

18 lines
472 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" />
<link rel="stylesheet" href="/css/normalize.css" />
<!-- <link rel="stylesheet" href="/css/personal.css" /> -->
<title>React App</title>
</head>
<body>
<noscript>Sorry, but you need javascript</noscript>
<div id="root"></div>
</body>
</html>