forked from wavebeem/pkmn.help
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to hashrouter in order to fix routing on github pages
- Loading branch information
1 parent
bd94852
commit ff839a7
Showing
3 changed files
with
126 additions
and
85 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US" dir="ltr" class="bg2"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Pokémon Type Calculator</title> | ||
<meta name="og:title" content="Pokémon Type Calculator" /> | ||
<link rel="icon" sizes="16x16" href="pkmn.help/favicon-16.png" /> | ||
<link rel="icon" sizes="32x32" href="pkmn.help/favicon-32.png" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="pkmn.help/favicon-180.png" /> | ||
<link rel="manifest" href="pkmn.help/manifest.json" /> | ||
<meta name="og:image" content="pkmn.help/favicon-192.png" /> | ||
<meta | ||
name="twitter:image" | ||
content="pkmn.help/favicon-192.png" | ||
/> | ||
<meta | ||
name="twitter:image:src" | ||
content="/favicon-192.png" | ||
/> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta | ||
name="description" | ||
content="A Pokémon type calculator to show strengths/weaknesses of different type combinations" | ||
/> | ||
<meta | ||
name="og:description" | ||
content="A Pokémon type calculator to show strengths/weaknesses of different type combinations" | ||
/> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:site" content="@wavebeem" /> | ||
<meta name="twitter:creator" content="@wavebeem" /> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
</body> | ||
</html> |