Files
reactnd-project-bookbrowser/public/index.html
Kenneth Jannette b39f786339 Hotfix
2025-02-27 10:37:53 -05:00

26 lines
568 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>BookBrowser</title>
</head>
<body>
<div id="root"></div>
<!--
-->
</body>
</html>