-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
44 lines (38 loc) · 1.64 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
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="stylesheet" href="https://dvzvtsvyecfyp.cloudfront.net/static/css/main.0984c404cbec.css">
<script src="https://dvzvtsvyecfyp.cloudfront.net/static/js/main.a576e3c96f4b.js" defer></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:400,700&display=swap"
rel="stylesheet" />
<style>
.custom_fonts .custom-google-fonts-enabled * {
font-family: 'Open Sans', Helvetica, sans-serif;
}
.custom_fonts .custom-google-fonts-enabled h1,
.custom_fonts .custom-google-fonts-enabled h2,
.custom_fonts .custom-google-fonts-enabled h3,
.custom_fonts .custom-google-fonts-enabled h4,
.custom_fonts .custom-google-fonts-enabled h5,
.custom_fonts .custom-google-fonts-enabled h6 {
font-family: 'Montserrat', Helvetica, serif;
}
</style>
<link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.7.0/flowbite.min.css" rel="stylesheet" />
<title>SciCommons</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.7.0/flowbite.min.js"></script>
</body>
</html>