-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
39 lines (35 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Important metadataList -->
<title>Bibliomar</title>
<meta
name="description"
content="Buscador de livros, artigos acadêmicos, ebooks e mais.
Sua suíte completa de leitura: baixe, pesquise e leia livros gratuitamente."
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5b5bd5">
<meta name="theme-color" content="#ffffff">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Important libraries -->
<link rel="preconnect" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<link href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" rel="stylesheet"
media="print" onload="this.media = 'all'">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet"
media="print" onload="this.media = 'all'">
</head>
<body>
<div id="root" style="height: inherit;" class="bg-alt"></div>
<div id="modal-root" style="height: inherit;"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "034ca1336d22444e86537983ee733264"}'></script><!-- End Cloudflare Web Analytics -->
</body>
</html>