-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove imports and add eslint fixes
- Loading branch information
Showing
4 changed files
with
25 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,30 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<meta name="author" content="Tiago Mota" /> | ||
<meta | ||
name="description" | ||
content="Este site traz informações sobre os diversos pokémons existente no mundo de Pokémon, sinta-se a vontade para descobrir informações sobre os seus pokémons favoritos." | ||
/> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<!-- Google Fonts --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<meta name="author" content="Tiago Mota" /> | ||
<meta name="description" | ||
content="Este site traz informações sobre os diversos pokémons existente no mundo de Pokémon, sinta-se a vontade para descobrir informações sobre os seus pokémons favoritos." /> | ||
|
||
<!-- Favicons - Icons --> | ||
<link | ||
rel="shortcut icon" | ||
href="/star-pokemon-color-16.png" | ||
type="image/png" | ||
/> | ||
<link | ||
rel="shortcut icon" | ||
href="/star-pokemon-color-32.png" | ||
type="image/png" | ||
/> | ||
<!-- Google Fonts --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" | ||
rel="stylesheet" /> | ||
|
||
<title>Home - Pokédex</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> | ||
<!-- Favicons - Icons --> | ||
<link rel="shortcut icon" href="/star-pokemon-color-16.png" type="image/png" /> | ||
<link rel="shortcut icon" href="/star-pokemon-color-32.png" type="image/png" /> | ||
|
||
<title>Home - Pokédex</title> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,4 @@ | |
], | ||
"author": "Tiago Mota", | ||
"license": "ISC" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters