|
a |
|
b/frontend/public/index.html |
|
|
1 |
<!DOCTYPE html> |
|
|
2 |
<html lang="en"> |
|
|
3 |
<head> |
|
|
4 |
<meta charset="utf-8" /> |
|
|
5 |
<link rel="icon" href="%PUBLIC_URL%/cblogo.jpeg" /> |
|
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
7 |
<meta name="theme-color" content="#000000" /> |
|
|
8 |
<meta |
|
|
9 |
name="description" |
|
|
10 |
content="Web site created using create-react-app" |
|
|
11 |
/> |
|
|
12 |
|
|
|
13 |
<link rel="preconnect" href="https://fonts.googleapis.com" /> |
|
|
14 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
|
|
15 |
<link |
|
|
16 |
href="https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;600;700&display=swap" |
|
|
17 |
rel="stylesheet" |
|
|
18 |
/> |
|
|
19 |
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
|
|
20 |
<!-- |
|
|
21 |
manifest.json provides metadata used when your web app is installed on a |
|
|
22 |
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
|
|
23 |
--> |
|
|
24 |
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
|
|
25 |
|
|
|
26 |
<title>Leukemia Detection</title> |
|
|
27 |
</head> |
|
|
28 |
<body> |
|
|
29 |
<noscript>You need to enable JavaScript to run this app.</noscript> |
|
|
30 |
<div id="root"></div> |
|
|
31 |
|
|
|
32 |
</body> |
|
|
33 |
</html> |