-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="author" content="German Solano (KontrolG)" />
<meta name="description"
content="Buscador de personajes de Marvel realizado en ReactJS, utilizando Styled-components, Context API y Hooks junto a Sass." />
<meta property="og:title" content="Marvel Searcher" />
<meta property="og:description"
content="Buscador de personajes de Marvel realizado en ReactJS, utilizando Styled-components, Context API y Hooks junto a Sass." />
<meta property="og:url" content="https://marvel-searcher-reactjs.herokuapp.com" />
<meta property="og:image" content="https://i.ibb.co/FYRQQtC/marvel-searcher-preview.jpg" />
<title>Marvel Searcher</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>