-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 890 Bytes
/
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="favicon.svg" type="image/x-icon" />
<title>Sarah Oliveira</title>
<meta
name="description"
content="Portfolio de desenvolvedora front-end Sarah Oliveira"
/>
<meta name="author" content="Sarah Oliveira" />
<meta
name="keywords"
content="html, css, js, react, sass, portfolio, front-end, ti"
/>
</head>
<style>
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
</style>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>