26 lines
568 B
HTML
Executable File
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>
|