Files
reactnd-project-bookbrowser/public/index.html
Kenneth Jannette 3fdd34a472 Hotfix
2025-02-27 10:38:51 -05:00

26 lines
574 B
HTML
Executable File

<!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" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:400,700"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700"
/>
<!--
-->
<title>Book Nook Browser</title>
</head>
<body>
<div id="root"></div>
<!--
-->
</body>
</html>