Files
reactnd-project-bookbrowser/public/index.html
Kenneth Jannette 304cb3457d Added CSS styles
2018-07-27 21:21:03 -07:00

20 lines
522 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>MyReads</title>
</head>
<body>
<div id="root"></div>
<!--
-->
</body>
</html>