Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkanGhosh56 authored Nov 16, 2023
1 parent a5bb66f commit 6574091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Pokedex</title>
<title>Pokédex</title>
</head>
<body>
<h1>Pokedex by Ankan Ghosh</h1>
<div class="poke-container" id="poke-container"></div>

<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 6574091

Please sign in to comment.