-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (25 loc) · 1.41 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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/deepcoffee.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Análise de doenças do cafeeiro via machine learning" />
<meta name="keywords" content="Café, análise, doença cafeeira, cafeicultor, bicho-mineiro, Phoma, Ferrugem, Cercospora" />
<meta name="author" content="Caio Eduardo, Guilherme Henrique, Otávio Augusto" />
<!-- <meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@nytimesbits" />
<meta name="twitter:creator" content="@nickbilton" />
<meta property="og:url" content="http://bits.blogs.nytimes.com/2011/12/08/a-twitter-for-my-sister/" />
<meta property="og:title" content="A Twitter for My Sister" />
<meta property="og:description"
content="In the early days, Twitter grew so quickly that it was almost impossible to add new features because engineers spent their time trying to keep the rocket ship from stalling." />
<meta property="og:image"
content="http://graphics8.nytimes.com/images/2011/12/08/technology/bits-newtwitter/bits-newtwitter-tmagArticle.jpg" /> -->
<title>DeepCoffee | Análises de doenças do cafeeiro por machine learning</title>
</head>
<body class="">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>;
</body>
</html>